From 34fef8d1978064b859a0b9fd1dff193dd807a7ab Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 23 Aug 2022 16:08:52 +0200 Subject: [PATCH] reorder changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 66178c86fb..4615ec8ff0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,6 @@ Changes in Element v1.4.34 (2022-08-23) Features ✨ ---------- - - Adds New App Layout FABs (hidden behind feature flag) ([#6693](https://github.com/vector-im/element-android/issues/6693)) - [Notification] - Handle creation of notification for live location and poll start ([#6746](https://github.com/vector-im/element-android/issues/6746)) Bugfixes 🐛 @@ -30,6 +29,7 @@ In development 🚧 - Adds new chat bottom sheet as the click action of the main FAB in the new app layout ([#6801](https://github.com/vector-im/element-android/issues/6801)) - [Devices management] Other sessions section in new layout ([#6806](https://github.com/vector-im/element-android/issues/6806)) - [New Layout] Adds space settings accessible through clicking the toolbar ([#6859](https://github.com/vector-im/element-android/issues/6859)) + - Adds New App Layout FABs (hidden behind feature flag) ([#6693](https://github.com/vector-im/element-android/issues/6693)) SDK API changes ⚠️ ------------------