Skip to content

Commit 7fac1d2

Browse files
committed
doc(sdk): Update the CHANGELOG.md.
1 parent 6762e70 commit 7fac1d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/matrix-sdk/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ All notable changes to this project will be documented in this file.
2525
- `EventCache::subscribe_to_room_generic_updates` is added to subscribe to _all_
2626
room updates without having to subscribe to all rooms individually
2727
([#5247](https://github.com/matrix-org/matrix-rust-sdk/pull/5247))
28-
- [**breaking**]: The element call widget URL configuration struct uses the new `header` url parameter
28+
- [**breaking**] The element call widget URL configuration struct uses the new `header` url parameter
2929
instead of the now deprecated `hideHeader` parameter. This is only compatible with EC v0.13.0 or newer.
30+
- [**breaking**] `RoomEventCacheGenericUpdate` gains a new `Clear` variant, and sees
31+
its `TimelineUpdated` variant being renamed to `UpdateTimeline`.
32+
([#5363](https://github.com/matrix-org/matrix-rust-sdk/pull/5363/))
3033

3134
### Refactor
3235

0 commit comments

Comments
 (0)