From d3cf4134c037f40965f4a1e83fb04466c001a238 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 25 Jan 2018 14:42:40 +0000 Subject: [PATCH] Update Changelog. --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index d1f9e106..896ad689 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # Changelog +## Version 0.20.1 +* Fix issue with contacts sometimes not syncing or syncing very slowly after big and heavy imports. +* Remove some potentially sensitive info from logs (needed now that we suggest sharing logs on crashes). +* ACRA: increase the number of last log-lines shared in crash reports to 500. +* Use ACRA when sharing the debug log from the debug activity (it also shares more info). + ## 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).