diff --git a/CHANGES.md b/CHANGES.md index 5f829a2e3b..ece2a87304 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +Changes in Element v1.1.16 (2021-08-09) +======================================= + +Features ✨ +---------- + - Spaces - Support Restricted Room via room capabilities API ([#3509](https://github.com/vector-im/element-android/issues/3509)) + - Spaces | Support restricted room access in room settings ([#3665](https://github.com/vector-im/element-android/issues/3665)) + +Bugfixes 🐛 +---------- + - Fix crash when opening Troubleshoot Notifications ([#3778](https://github.com/vector-im/element-android/issues/3778)) + - Fix error when sending encrypted message if someone in the room logs out. ([#3792](https://github.com/vector-im/element-android/issues/3792)) + - Voice Message - Amplitude update java.util.ConcurrentModificationException ([#3796](https://github.com/vector-im/element-android/issues/3796)) + + Changes in Element v1.1.15 (2021-07-30) ======================================= diff --git a/changelog.d/3509.feature b/changelog.d/3509.feature deleted file mode 100644 index 82c8bc6a39..0000000000 --- a/changelog.d/3509.feature +++ /dev/null @@ -1 +0,0 @@ -Spaces - Support Restricted Room via room capabilities API \ No newline at end of file diff --git a/changelog.d/3665.feature b/changelog.d/3665.feature deleted file mode 100644 index 2195c761b4..0000000000 --- a/changelog.d/3665.feature +++ /dev/null @@ -1 +0,0 @@ -Spaces | Support restricted room access in room settings \ No newline at end of file diff --git a/changelog.d/3778.bugfix b/changelog.d/3778.bugfix deleted file mode 100644 index f3d59426db..0000000000 --- a/changelog.d/3778.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash when opening Troubleshoot Notifications \ No newline at end of file diff --git a/changelog.d/3792.bugfix b/changelog.d/3792.bugfix deleted file mode 100644 index d0f28980b7..0000000000 --- a/changelog.d/3792.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix error when sending encrypted message if someone in the room logs out. \ No newline at end of file diff --git a/changelog.d/3796.bugfix b/changelog.d/3796.bugfix deleted file mode 100644 index fc0c05a804..0000000000 --- a/changelog.d/3796.bugfix +++ /dev/null @@ -1 +0,0 @@ -Voice Message - Amplitude update java.util.ConcurrentModificationException \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/40101160.txt b/fastlane/metadata/android/en-US/changelogs/40101160.txt new file mode 100644 index 0000000000..54b6cbee97 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40101160.txt @@ -0,0 +1,2 @@ +Main changes in this version: Fix error when sending encrypted message if someone in the room logs out. +Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.16 \ No newline at end of file