We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0544c commit a5b936dCopy full SHA for a5b936d
bindings/matrix-sdk-ffi/CHANGELOG.md
@@ -11,6 +11,8 @@ All notable changes to this project will be documented in this file.
11
- `ClientBuilder::build_with_qr_code` has been removed. Instead, the Client should be built by passing
12
`QrCodeData::server_name` to `ClientBuilder::server_name_or_homeserver_url`, after which QR login can be performed by
13
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
17
## [0.13.0] - 2025-07-10
18
0 commit comments