File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,11 @@ All notable changes to this project will be documented in this file.
25
25
- ` EventCache::subscribe_to_room_generic_updates ` is added to subscribe to _ all_
26
26
room updates without having to subscribe to all rooms individually
27
27
([ #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
29
29
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/ ) )
30
33
31
34
### Refactor
32
35
You can’t perform that action at this time.
0 commit comments