Changelog added.

This commit is contained in:
Onuray Sahin 2021-08-09 00:33:18 +03:00
parent 072caf8edb
commit 5f6541fbb5
7 changed files with 17 additions and 5 deletions

View file

@ -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)
=======================================

View file

@ -1 +0,0 @@
Spaces - Support Restricted Room via room capabilities API

View file

@ -1 +0,0 @@
Spaces | Support restricted room access in room settings

View file

@ -1 +0,0 @@
Fix crash when opening Troubleshoot Notifications

View file

@ -1 +0,0 @@
Fix error when sending encrypted message if someone in the room logs out.

View file

@ -1 +0,0 @@
Voice Message - Amplitude update java.util.ConcurrentModificationException

View file

@ -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