File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Breaking changes:
10
10
11
+ - The ` event_id ` field of ` PredecessorRoom ` was removed, due to its removal in the Matrix
12
+ specification with MSC4291.
13
+ ([ #5419 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5419 ) )
11
14
- ` Client::url_for_oidc ` now allows requesting additional scopes for the OAuth2 authorization code grant.
12
15
([ #5395 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5395 ) )
13
16
- ` Client::url_for_oidc ` now allows passing an optional existing device id from a previous login call.
14
17
([ #5394 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5394 ) )
15
18
- ` ClientBuilder::build_with_qr_code ` has been removed. Instead, the Client should be built by passing
16
19
` QrCodeData::server_name ` to ` ClientBuilder::server_name_or_homeserver_url ` , after which QR login can be performed by
17
20
calling ` Client::login_with_qr_code ` . ([ #5388 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5388 ) )
18
- - The ` event_id ` field of ` PredecessorRoom ` was removed, due to its removal in the Matrix
19
- specification with MSC4291.
20
- ([ #5419 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5419 ) )
21
21
22
22
## [ 0.13.0] - 2025-07-10
23
23
You can’t perform that action at this time.
0 commit comments