File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Breaking changes:
10
10
11
+ - ` Client::url_for_oidc ` now allows passing an optional existing device id from a previous login call.
12
+ ([ #5394 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5394 ) )
11
13
- ` ClientBuilder::build_with_qr_code ` has been removed. Instead, the Client should be built by passing
12
14
` QrCodeData::server_name ` to ` ClientBuilder::server_name_or_homeserver_url ` , after which QR login can be performed by
13
15
calling ` Client::login_with_qr_code ` . ([ #5388 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5388 ) )
14
- - ` Client::url_for_oidc ` now allows passing an optional existing device id from a previous login call.
15
- ([ #5394 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5394 ) )
16
16
17
17
## [ 0.13.0] - 2025-07-10
18
18
You can’t perform that action at this time.
0 commit comments