Skip to content

Commit ed8c1d5

Browse files
committed
doc(sdk): Add #4627 in the CHANGELOG.md.
1 parent 3e02d90 commit ed8c1d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/matrix-sdk/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ All notable changes to this project will be documented in this file.
4141

4242
### Refactor
4343

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+
4449
- Improve the performance of `EventCache` (approximately 4.5 times faster).
4550
([#4616](https://github.com/matrix-org/matrix-rust-sdk/pull/4616))
4651

0 commit comments

Comments
 (0)