From c8ad902a60214521e39c9092b67aa9c83211347b Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 13 Aug 2014 14:34:05 +0200 Subject: [PATCH] initial changelog --- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 00000000..75eebba9 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,13 @@ +v 2.0.2 + - fix login on firefox when fields are autofilled by the browser + - fix link to documentation on home page and about page + - fields autocomplete is disabled on the profile page + - users are able to delete their account again + - chinese and malaysian translation files are now correctly loaded +v 2.0.1 + - the redis pool no longer throws an exception when it is unable to aquire a new connection +v2.0.0 + - The backend has been completely rewritten using Dropwizard instead of TomEE, resulting in a lot less memory consumption and better overall performances. + See the README on how to build CommaFeed from now on. + - CommaFeed should no longer fetch the same feed multiple times in a row + \ No newline at end of file