From 55c50c1119f7118a1fc40ce29e3c712c82b09f04 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Wed, 18 Nov 2020 06:47:29 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e976b8d35..ae915a9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 1.8.9 (Nov 18, 2020) + +* Remove INTERNET permission +* Manage exceptions for when activities don't exist to handle intents (#181) +* MemoryHabitList: Inherit parent's order (#598) +* Remove notification groups; revert to default system behavior +* Remove SyncManager and Internet permission + ### 1.8.8 (June 21, 2020) * Make small changes to the habit scheduling algorithm, so that "1 time every x days" habits work more predictably.