From 2758821e5bdc8e110337e514f1e8775eee78a7b6 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 3 May 2019 15:49:51 +0100 Subject: [PATCH] Update Changelog. --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index dca1f048..602c0b7e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog +## Version 1.4.6 +* Import: implement importing tasks from file +* Fix crash when Android kills the import activity while it's still importing + ## Version 1.4.5 * Gracefully handle Conflict errors (retry later). * Fix potential crash when opening and closing the app very quickly.