Prepare release 1.1.11

This commit is contained in:
Benoit Marty 2021-06-22 12:27:36 +02:00
parent 48002e11b6
commit b76fd5dd4e
4 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
Changes in Element v1.1.11 (2021-06-22)
=======================================
Bugfixes 🐛
----------
- Send button does not show up half of the time ([#3535](https://github.com/vector-im/element-android/issues/3535))
- Fix crash on signout: release session at the end of clean up. ([#3538](https://github.com/vector-im/element-android/issues/3538))
Changes in Element v1.1.10 (2021-06-18)
=======================================

View file

@ -1 +0,0 @@
Send button does not show up half of the time

View file

@ -1 +0,0 @@
Fix crash on signout: release session at the end of clean up.

View file

@ -0,0 +1,2 @@
Main changes in this version: theme and style update and new features for spaces (bugfix for 1.1.10)
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.11