Skip to content

Commit fa5f499

Browse files
committed
docs: Add changelog entries
1 parent f8c1ee4 commit fa5f499

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,16 @@ All notable changes to this project will be documented in this file.
2323
`Room::new_latest_event` overwrites the `Room::latest_event` method. See the
2424
documentation of `matrix_sdk::latest_event` to learn about the new API.
2525
[#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/)
26+
- Created `RoomPowerLevels::events` function which returns a `HashMap<TimelineEventType, i64>` with all the power
27+
levels per event type. ([#5937](https://github.com/matrix-org/matrix-rust-sdk/pull/5937))
2628

2729
### Refactor
2830

31+
- [**breaking**] The existing `TimelineEventType` was renamed to `TimelineEventContent`, because it contained the
32+
actual contents of the event. Then, we created a new `TimelineEventType` enum that actually contains *just* the
33+
event type. ([#5937](https://github.com/matrix-org/matrix-rust-sdk/pull/5937))
34+
- [**breaking**] The function `TimelineEvent::event_type` is now `TimelineEvent::content`.
35+
([#5937](https://github.com/matrix-org/matrix-rust-sdk/pull/5937))
2936
- [**breaking**] The `SpaceService` will no longer auto-subscribe to required
3037
client events when invoking the `subscribe_to_joined_spaces` but instead do it
3138
through its, now async, constructor.

0 commit comments

Comments
 (0)