Changelog for version 1.6.5

This commit is contained in:
Benoit Marty 2023-07-25 14:56:03 +02:00
parent 9776839b50
commit 0dea54388c
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,16 @@
Changes in Element v1.6.5 (2023-07-25)
======================================
Bugfixes 🐛
----------
- Fix several crashes observed when the device cannot reach the homeserver ([#8578](https://github.com/vector-im/element-android/issues/8578))
Other changes
-------------
- Update MSC3912 implementation: Redaction of related events ([#8481](https://github.com/vector-im/element-android/issues/8481))
- Include some source code in our project to remove our dependency to artifact hosted by bintray (Jcenter). ([#8556](https://github.com/vector-im/element-android/issues/8556))
Changes in Element v1.6.3 (2023-06-27)
======================================

View File

@ -1 +0,0 @@
Update MSC3912 implementation: Redaction of related events

View File

@ -1 +0,0 @@
Include some source code in our project to remove our dependency to artifact hosted by bintray (Jcenter).