diff --git a/CHANGES.md b/CHANGES.md index ee4133fae..25f3abef4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,22 @@ +## Changes in 1.11.1 (2023-08-29) + +✨ Features + +- New settings cell to manage your account through MAS if the home server allows it. ([#7653](https://github.com/vector-im/element-ios/issues/7653)) + +🙌 Improvements + +- Upgrade MatrixSDK version ([v0.27.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.1)). + +🐛 Bugfixes + +- Prevent mention crashes when room members are missing display names (objc interop) ([#7649](https://github.com/vector-im/element-ios/pull/7649)) +- Add email UI is hidden if the 3 pid changes capability is disabled. ([#7645](https://github.com/vector-im/element-ios/issues/7645)) +- You can now log out from other sessions using MAS on supported OIDC home servers. ([#7646](https://github.com/vector-im/element-ios/issues/7646)) +- Deactivate account is hidden for servers with OIDC auth. ([#7648](https://github.com/vector-im/element-ios/issues/7648)) +- Prevent pill crashes when room members are missing display names (objc interop) ([#7651](https://github.com/vector-im/element-ios/issues/7651)) + + ## Changes in 1.11.0 (2023-08-15) ✨ Features diff --git a/changelog.d/7645.bugfix b/changelog.d/7645.bugfix deleted file mode 100644 index b546db4f9..000000000 --- a/changelog.d/7645.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add email UI is hidden if the 3 pid changes capability is disabled. \ No newline at end of file diff --git a/changelog.d/7646.bugfix b/changelog.d/7646.bugfix deleted file mode 100644 index aaae87297..000000000 --- a/changelog.d/7646.bugfix +++ /dev/null @@ -1 +0,0 @@ -You can now log out from other sessions using MAS on supported OIDC home servers. \ No newline at end of file diff --git a/changelog.d/7648.bugfix b/changelog.d/7648.bugfix deleted file mode 100644 index c8f48546c..000000000 --- a/changelog.d/7648.bugfix +++ /dev/null @@ -1 +0,0 @@ -Deactivate account is hidden for servers with OIDC auth. \ No newline at end of file diff --git a/changelog.d/7651.bugfix b/changelog.d/7651.bugfix deleted file mode 100644 index 4f97c24a7..000000000 --- a/changelog.d/7651.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prevent pill crashes when room members are missing display names (objc interop) \ No newline at end of file diff --git a/changelog.d/7653.feature b/changelog.d/7653.feature deleted file mode 100644 index cabf7402b..000000000 --- a/changelog.d/7653.feature +++ /dev/null @@ -1 +0,0 @@ -New settings cell to manage your account through MAS if the home server allows it. \ No newline at end of file diff --git a/changelog.d/pr-7649.bugfix b/changelog.d/pr-7649.bugfix deleted file mode 100644 index 08e9bebec..000000000 --- a/changelog.d/pr-7649.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prevent mention crashes when room members are missing display names (objc interop) \ No newline at end of file diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change deleted file mode 100644 index 379f8c3fc..000000000 --- a/changelog.d/x-nolink-0.change +++ /dev/null @@ -1 +0,0 @@ -Upgrade MatrixSDK version ([v0.27.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.1)). \ No newline at end of file