Skip to content

Commit 033c6bd

Browse files
zecakehpoljar
authored andcommitted
Add changelog
Signed-off-by: Kévin Commaille <[email protected]>
1 parent b02e1da commit 033c6bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/matrix-sdk-base/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ All notable changes to this project will be documented in this file.
2020
([#5390](https://github.com/matrix-org/matrix-rust-sdk/pull/5390))
2121

2222
### 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))
2330
- [**breaking**] `RelationalLinkedChunk::items` now takes a `RoomId` instead of an
2431
`&OwnedLinkedChunkId` parameter.
2532
([#5445](https://github.com/matrix-org/matrix-rust-sdk/pull/5445))

0 commit comments

Comments
 (0)