Skip to content

Commit a5b936d

Browse files
fl0llipoljar
authored andcommitted
docs(ffi): add breaking change entry for Client::url_for_oidc
Signed-off-by: fl0lli <github@fl0lli.de>
1 parent 1a0544c commit a5b936d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ All notable changes to this project will be documented in this file.
1111
- `ClientBuilder::build_with_qr_code` has been removed. Instead, the Client should be built by passing
1212
`QrCodeData::server_name` to `ClientBuilder::server_name_or_homeserver_url`, after which QR login can be performed by
1313
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))
1416

1517
## [0.13.0] - 2025-07-10
1618

0 commit comments

Comments
 (0)