File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ All notable changes to this project will be documented in this file.
43
43
- [ ** breaking** ] : ` Client::unstable_features() ` returns a ` BTreeSet<FeatureFlag> ` , containing only
44
44
the features whose value was set to true in the response to the ` /versions ` endpoint.
45
45
([ #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/ ) )
46
51
- ` ClientServerCapabilities ` has been renamed to ` ClientServerInfo ` . Alongside this,
47
52
` Client::reset_server_info ` is now ` Client::reset_server_info ` and ` Client::fetch_server_capabilities `
48
53
is now ` Client::fetch_server_versions ` , returning the server versions response directly.
You can’t perform that action at this time.
0 commit comments