version++

This commit is contained in:
Doug
2022-02-25 10:45:56 +00:00
parent 45a51b1c65
commit 60ab70e04f
6 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
## Changes in 1.8.3 (2022-02-25)
🙌 Improvements
- Upgrade MatrixSDK version ([v0.22.4](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.22.4)).
🐛 Bugfixes
- Unified Search: Fix a bug where the room directory wasn't working. ([#5672](https://github.com/vector-im/element-ios/issues/5672))
- Fixed crashes on implicitly unwrapped optionals in the PlainRoomTimelineCellDecorator. ([#5673](https://github.com/vector-im/element-ios/issues/5673))
- L10n: Fix defaulting to English language ([#5674](https://github.com/vector-im/element-ios/issues/5674))
- RoomDataSource: Do not reload room data source on back pagination for new threads. ([#5694](https://github.com/vector-im/element-ios/issues/5694))
## Changes in 1.8.2 (2022-02-22)
✨ Features

View File

@@ -1 +0,0 @@
Unified Search: Fix a bug where the room directory wasn't working.

View File

@@ -1 +0,0 @@
Fixed crashes on implicitly unwrapped optionals in the PlainRoomTimelineCellDecorator.

View File

@@ -1 +0,0 @@
L10n: Fix defaulting to English language

View File

@@ -1 +0,0 @@
RoomDataSource: Do not reload room data source on back pagination for new threads.

View File

@@ -1 +0,0 @@
Upgrade MatrixSDK version ([v0.22.4](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.22.4)).