Changelog added.
This commit is contained in:
parent
072caf8edb
commit
5f6541fbb5
15
CHANGES.md
15
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)
|
Changes in Element v1.1.15 (2021-07-30)
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Spaces - Support Restricted Room via room capabilities API
|
|
|
@ -1 +0,0 @@
|
||||||
Spaces | Support restricted room access in room settings
|
|
|
@ -1 +0,0 @@
|
||||||
Fix crash when opening Troubleshoot Notifications
|
|
|
@ -1 +0,0 @@
|
||||||
Fix error when sending encrypted message if someone in the room logs out.
|
|
|
@ -1 +0,0 @@
|
||||||
Voice Message - Amplitude update java.util.ConcurrentModificationException
|
|
|
@ -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
|
Loading…
Reference in New Issue