Skip to content

Commit 900697b

Browse files
committed
chore: Add a missing changelog entry for PR #5250
1 parent 18b169c commit 900697b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/matrix-sdk/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ All notable changes to this project will be documented in this file.
4343
- [**breaking**]: `Client::unstable_features()` returns a `BTreeSet<FeatureFlag>`, containing only
4444
the features whose value was set to true in the response to the `/versions` endpoint.
4545
([#5357](https://github.com/matrix-org/matrix-rust-sdk/pull/5357))
46+
- [**breaking**]: The family of `Room::can_user_*` methods has been removed. The
47+
same functionality can be accessed using the `RoomPowerLevels::user_can_*`
48+
family of methods. The `RoomPowerLevels` object can be accessed using the
49+
`Room::power_levels()` method.
50+
([#5250](https://github.com/matrix-org/matrix-rust-sdk/pull/5250/))
4651
- `ClientServerCapabilities` has been renamed to `ClientServerInfo`. Alongside this,
4752
`Client::reset_server_info` is now `Client::reset_server_info` and `Client::fetch_server_capabilities`
4853
is now `Client::fetch_server_versions`, returning the server versions response directly.

0 commit comments

Comments
 (0)