We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c1ee4 commit a10e290Copy full SHA for a10e290
bindings/matrix-sdk-ffi/CHANGELOG.md
@@ -34,6 +34,11 @@ All notable changes to this project will be documented in this file.
34
`top_level_joined_spaces` and `subscribe_to_joined_spaces` to `space_service.subscribe_to_top_level_joined_spaces`
35
([#5972](https://github.com/matrix-org/matrix-rust-sdk/pull/5972))
36
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
42
## [0.16.0] - 2025-12-04
43
44
### Breaking changes
0 commit comments