From 674b83c1a06e0c5ed20a222679d92cbcd65109cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 13 Nov 2015 14:25:54 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1499ed23..373bafac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - [CSV Reports] Add fields "created_date", "modified_date", "finished_date" to issues CSV report. ### Misc +- Improve the django admin panel, now it is more usable and all the selector fields works properly. - Lots of small and not so small bugfixes.