From 7f015dc661ef6abec260efba64da0cceb4eeadc4 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 23 Jan 2018 10:49:12 +0000 Subject: [PATCH] Update Changelog. --- ChangeLog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 805b7b5e..d1f9e106 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,15 @@ # Changelog +## Version 0.20.0 +* Automatically generate stack traces on crashes and offer to send them by email. (Powered by ACRA). +* Detect and alert potential vendor specific bugs (namely with Xiaomi devices). +* Import: fix showing of the "import has finished" dialog. +* Import: remove duplicate detection, this didn't work well and was causing issues. +* Contact import: fix potential double-import. +* Make journal ownership tests case insensitive (as emails are). +* Update gradle, support libs and requery, and get rid of lombok. +* Make it more obvious that file-logging notification is persistent. + ## Version 0.19.6 * Fix confusing error message when creating/fetching user info.