From f261a903f038fde06c634c155ef9137d6d2cb937 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 25 May 2023 11:18:08 +0200 Subject: [PATCH] Changelog for version 1.6.1 --- CHANGES.md | 17 +++++++++++++++++ changelog.d/8439.bugfix | 1 - changelog.d/8445.bugfix | 1 - changelog.d/8454.bugfix | 1 - changelog.d/8457.bugfix | 1 - changelog.d/8458.misc | 1 - 6 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/8439.bugfix delete mode 100644 changelog.d/8445.bugfix delete mode 100644 changelog.d/8454.bugfix delete mode 100644 changelog.d/8457.bugfix delete mode 100644 changelog.d/8458.misc diff --git a/CHANGES.md b/CHANGES.md index e5ce4dc1ab..6d756f2b3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +Changes in Element v1.6.1 (2023-05-25) +====================================== + +Corrective release for 1.6.0 + +Bugfixes 🐛 +---------- + - Allow stateloss on verification dialogfragment ([#8439](https://github.com/vector-im/element-android/issues/8439)) + - Fix: Update verification popup text when a re-verification is needed after rust migration (read only sessions) ([#8445](https://github.com/vector-im/element-android/issues/8445)) + - Fix several performance issues causing app non responsive issues. ([#8454](https://github.com/vector-im/element-android/issues/8454)) + - Fix: The device list screen from the member profile page was always showing the current user devices (rust crypto). ([#8457](https://github.com/vector-im/element-android/issues/8457)) + +Other changes +------------- + - Remove UI option to manually verify a specific device of another user (deprecated behaviour) ([#8458](https://github.com/vector-im/element-android/issues/8458)) + + Changes in Element v1.6.0 (2023-05-17) ====================================== diff --git a/changelog.d/8439.bugfix b/changelog.d/8439.bugfix deleted file mode 100644 index c271f185c9..0000000000 --- a/changelog.d/8439.bugfix +++ /dev/null @@ -1 +0,0 @@ -Allow stateloss on verification dialogfragment diff --git a/changelog.d/8445.bugfix b/changelog.d/8445.bugfix deleted file mode 100644 index 4f5b0f0349..0000000000 --- a/changelog.d/8445.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix: Update verification popup text when a re-verification is needed after rust migration (read only sessions) diff --git a/changelog.d/8454.bugfix b/changelog.d/8454.bugfix deleted file mode 100644 index 01d30cacdd..0000000000 --- a/changelog.d/8454.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix several performance issues causing app non responsive issues. diff --git a/changelog.d/8457.bugfix b/changelog.d/8457.bugfix deleted file mode 100644 index 2f50364c1d..0000000000 --- a/changelog.d/8457.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix: The device list screen from the member profile page was always showing the current user devices (rust crypto). diff --git a/changelog.d/8458.misc b/changelog.d/8458.misc deleted file mode 100644 index ba32317523..0000000000 --- a/changelog.d/8458.misc +++ /dev/null @@ -1 +0,0 @@ -Remove UI option to manually verify a specific device of another user (deprecated behaviour)