From 9d7adea9e28a18a50a92e63d2b4620490964185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 17 Nov 2015 16:57:24 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e1fc20..ab886bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ - [CSV Reports] Add fields "created_date", "modified_date", "finished_date" to issues CSV report. ### Misc +- Improve login and forgot password: allow username or email case-insensitive if the query only + match with one user. - Improve the django admin panel, now it is more usable and all the selector fields works properly. - [API] Performance improvements for project stats. - Lots of small and not so small bugfixes.