diff --git a/CHANGES.md b/CHANGES.md index f6dc2d35a..174be9ac8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +## Changes in 1.11.8 (2024-03-05) + +🙌 Improvements + +- Disable the mark as unread feature to avoid it clashing with the new MSC2876 based one ([#7758](https://github.com/element-hq/element-ios/pull/7758)) + +🐛 Bugfixes + +- Fix a bug where QR codes aren't detected if the camera is too close. ([#7762](https://github.com/element-hq/element-ios/pull/7762)) +- Fix dictation when using the Rich Text Editor ([#7752](https://github.com/element-hq/element-ios/issues/7752)) + + ## Changes in 1.11.7 (2024-02-07) 🙌 Improvements diff --git a/changelog.d/7752.bugfix b/changelog.d/7752.bugfix deleted file mode 100644 index d7660edc8..000000000 --- a/changelog.d/7752.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix dictation when using the Rich Text Editor \ No newline at end of file diff --git a/changelog.d/pr-7758.change b/changelog.d/pr-7758.change deleted file mode 100644 index 28d7addb7..000000000 --- a/changelog.d/pr-7758.change +++ /dev/null @@ -1 +0,0 @@ -Disable the mark as unread feature to avoid it clashing with the new MSC2876 based one \ No newline at end of file diff --git a/changelog.d/pr-7762.bugfix b/changelog.d/pr-7762.bugfix deleted file mode 100644 index ba4b1b87c..000000000 --- a/changelog.d/pr-7762.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug where QR codes aren't detected if the camera is too close. \ No newline at end of file