diff --git a/CHANGES.md b/CHANGES.md index 6bbcc80eb..970c9527c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +## Changes in 1.9.4 (2022-09-09) + +✨ Features + +- Create DM room only on first message - Create the DM and navigate to the new room after sending an event ([#5864](https://github.com/vector-im/element-ios/issues/5864)) + +🐛 Bugfixes + +- Fix composer expansion on Start DM as you enter the message in deferred mode. ([#6689](https://github.com/vector-im/element-ios/issues/6689)) +- [Group DM] send a new message in an existing DM invite again one of left member. ([#6691](https://github.com/vector-im/element-ios/issues/6691)) + + ## Changes in 1.9.3 (2022-09-07) ✨ Features diff --git a/changelog.d/5864.feature b/changelog.d/5864.feature deleted file mode 100644 index 6ff937581..000000000 --- a/changelog.d/5864.feature +++ /dev/null @@ -1 +0,0 @@ -Create DM room only on first message - Create the DM and navigate to the new room after sending an event \ No newline at end of file diff --git a/changelog.d/6689.bugfix b/changelog.d/6689.bugfix deleted file mode 100644 index 593cd7cd5..000000000 --- a/changelog.d/6689.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix composer expansion on Start DM as you enter the message in deferred mode. \ No newline at end of file diff --git a/changelog.d/6691.bugfix b/changelog.d/6691.bugfix deleted file mode 100644 index fb3e8b280..000000000 --- a/changelog.d/6691.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Group DM] send a new message in an existing DM invite again one of left member. \ No newline at end of file