From 3a4e1bb0aab0e135a8808e3669b96d14008cb4e5 Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Fri, 5 Apr 2019 15:11:50 +0200 Subject: [PATCH] Update changes --- CHANGES.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 97f51f2e4..e0053a560 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,9 +2,10 @@ Changes in 0.8.5 (2019-xx-xx) =============================================== Improvements: - * Added titles to notifications on iOS 10+ (#2347). - * Implemented notification grouping (#2347). - * Use UserNotifications framework for local notifications (iOS 10+), thanks to @fridtjof (PR #2207). + * Notifications: Use UserNotifications framework for local notifications (iOS 10+), thanks to @fridtjof (PR #2207). + * Notifications: Added titles to notifications on iOS 10+, thanks to @fridtjof (PR #2347). + * iOS 12 Notification: Group them by room (#2337 and PR #2347 thanks to @fridtjof). + * Notifications: When navigate to a room, remove associated delivered notifications (#2337). Bug fix: