diff --git a/CHANGES.md b/CHANGES.md index 79e1e07520..a5ef37fb55 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,28 @@ +Changes in Element 1.1.14 (2021-07-23) +====================================== + +Features ✨ +---------- + - Add low priority section in DM tab ([#3463](https://github.com/vector-im/element-android/issues/3463)) + - Show missed call notification. ([#3710](https://github.com/vector-im/element-android/issues/3710)) + +Bugfixes 🐛 +---------- + - Don't use the transaction ID of the verification for the request ([#3589](https://github.com/vector-im/element-android/issues/3589)) + - Avoid incomplete downloads in cache ([#3656](https://github.com/vector-im/element-android/issues/3656)) + - Fix a crash which can happen when user signs out ([#3720](https://github.com/vector-im/element-android/issues/3720)) + - Ensure OTKs are uploaded when the session is created ([#3724](https://github.com/vector-im/element-android/issues/3724)) + +SDK API changes ⚠️ +------------------ + - Add initialState support to CreateRoomParams (#3713) ([#3713](https://github.com/vector-im/element-android/issues/3713)) + +Other changes +------------- + - Apply grammatical fixes to the Server ACL timeline messages. ([#3721](https://github.com/vector-im/element-android/issues/3721)) + - Add tags in the log, especially for VoIP, but can be used for other features in the future ([#3723](https://github.com/vector-im/element-android/issues/3723)) + + Changes in Element v1.1.13 (2021-07-19) ======================================= diff --git a/changelog.d/3463.feature b/changelog.d/3463.feature deleted file mode 100644 index a0a5f85393..0000000000 --- a/changelog.d/3463.feature +++ /dev/null @@ -1 +0,0 @@ -Add low priority section in DM tab \ No newline at end of file diff --git a/changelog.d/3589.bugfix b/changelog.d/3589.bugfix deleted file mode 100644 index 2b9a04f6a2..0000000000 --- a/changelog.d/3589.bugfix +++ /dev/null @@ -1 +0,0 @@ -Don't use the transaction ID of the verification for the request diff --git a/changelog.d/3656.bugfix b/changelog.d/3656.bugfix deleted file mode 100644 index 30d451558f..0000000000 --- a/changelog.d/3656.bugfix +++ /dev/null @@ -1 +0,0 @@ -Avoid incomplete downloads in cache diff --git a/changelog.d/3710.feature b/changelog.d/3710.feature deleted file mode 100644 index 74134d7ee5..0000000000 --- a/changelog.d/3710.feature +++ /dev/null @@ -1 +0,0 @@ -Show missed call notification. \ No newline at end of file diff --git a/changelog.d/3713.removal b/changelog.d/3713.removal deleted file mode 100644 index e797a408e7..0000000000 --- a/changelog.d/3713.removal +++ /dev/null @@ -1 +0,0 @@ -Add initialState support to CreateRoomParams (#3713) \ No newline at end of file diff --git a/changelog.d/3720.bugfix b/changelog.d/3720.bugfix deleted file mode 100644 index 18363b90e3..0000000000 --- a/changelog.d/3720.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a crash which can happen when user signs out \ No newline at end of file diff --git a/changelog.d/3721.misc b/changelog.d/3721.misc deleted file mode 100644 index 8c3424c6ed..0000000000 --- a/changelog.d/3721.misc +++ /dev/null @@ -1 +0,0 @@ -Apply grammatical fixes to the Server ACL timeline messages. diff --git a/changelog.d/3723.misc b/changelog.d/3723.misc deleted file mode 100644 index d855c2f643..0000000000 --- a/changelog.d/3723.misc +++ /dev/null @@ -1 +0,0 @@ -Add tags in the log, especially for VoIP, but can be used for other features in the future \ No newline at end of file diff --git a/changelog.d/3724.bugfix b/changelog.d/3724.bugfix deleted file mode 100644 index 8397e687bb..0000000000 --- a/changelog.d/3724.bugfix +++ /dev/null @@ -1 +0,0 @@ -Ensure OTKs are uploaded when the session is created \ No newline at end of file