We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGELOG.md
1 parent 3e02d90 commit ed8c1d5Copy full SHA for ed8c1d5
crates/matrix-sdk/CHANGELOG.md
@@ -41,6 +41,11 @@ All notable changes to this project will be documented in this file.
41
42
### Refactor
43
44
+- [**breaking**]: The `RoomEventCacheUpdate::Clear` variant has been removed, as
45
+ it is redundant with the `RoomEventCacheUpdate::UpdateTimelineEvents { diffs:
46
+ Vec<VectorDiff<_>>, .. }` where `VectorDiff` has its own `Clear` variant.
47
+ ([#4627](https://github.com/matrix-org/matrix-rust-sdk/pull/4627))
48
+
49
- Improve the performance of `EventCache` (approximately 4.5 times faster).
50
([#4616](https://github.com/matrix-org/matrix-rust-sdk/pull/4616))
51
0 commit comments