From 673b9e2d7c94a7d735b8f9793b013680133963f4 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 3 Jan 2017 17:45:51 -0500 Subject: [PATCH] Reflect API update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0a5d32c..33682bd80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. ### Added * Added the following languages: Estonian `et`, Dutch `nl`, Norwegian `nb` (partial), Romanian `ro`, and Russian `ru`. Interested in helping us translate the panel into more languages, or improving existing translations? Contact us on Discord and let us know. * Added missing `strings.password` to language file for English. +* Allow listing of users from the API by passing either the user ID or their email. ### Fixed * Fixes bug where assigning a variable a default value (or valid value) of `0` would cause the panel to reject the value thinking it did not exist.