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 bda5084 commit ead5621Copy full SHA for ead5621
bindings/matrix-sdk-ffi/CHANGELOG.md
@@ -13,6 +13,11 @@ All notable changes to this project will be documented in this file.
13
documentation of `matrix_sdk::latest_event` to learn about the new API.
14
[#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/)
15
16
+### Breaking changes
17
+
18
+- The existing `TimelineEventType` was renamed to `TimelineEventContent`, because it contained the actual contents
19
+ of the event. Then, we created a new `TimelineEventType` enum that actually contains *just* the event type.
20
21
## [0.16.0] - 2025-12-04
22
23
### Breaking changes
0 commit comments