File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ All notable changes to this project will be documented in this file.
20
20
([ #5390 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5390 ) )
21
21
22
22
### Refactor
23
+ - [ ** breaking** ] The ` Stripped ` variants of ` RawAnySyncOrStrippedTimelineEvent ` ,
24
+ ` RawAnySyncOrStrippedState ` and ` AnySyncOrStrippedState ` use ` StrippedState `
25
+ instead of ` AnyStrippedStateEvent ` .
26
+ ([ #5473 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5473 ) )
27
+ - [ ** breaking** ] The ` stripped_state ` field of ` StateChanges ` uses
28
+ ` StrippedState ` instead of ` AnyStrippedStateEvent ` .
29
+ ([ #5473 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5473 ) )
23
30
- [ ** breaking** ] ` RelationalLinkedChunk::items ` now takes a ` RoomId ` instead of an
24
31
` &OwnedLinkedChunkId ` parameter.
25
32
([ #5445 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5445 ) )
You can’t perform that action at this time.
0 commit comments