Skip to content

Commit a10e290

Browse files
committed
docs: Add changelog entry
1 parent f8c1ee4 commit a10e290

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ All notable changes to this project will be documented in this file.
3434
`top_level_joined_spaces` and `subscribe_to_joined_spaces` to `space_service.subscribe_to_top_level_joined_spaces`
3535
([#5972](https://github.com/matrix-org/matrix-rust-sdk/pull/5972))
3636

37+
### Breaking changes
38+
39+
- The existing `TimelineEventType` was renamed to `TimelineEventContent`, because it contained the actual contents
40+
of the event. Then, we created a new `TimelineEventType` enum that actually contains *just* the event type.
41+
3742
## [0.16.0] - 2025-12-04
3843

3944
### Breaking changes

0 commit comments

Comments
 (0)