Skip to content

Commit 8ad785a

Browse files
fl0llipoljar
authored andcommitted
docs(ffi): move entry for device_id change of url_for_oidc to top
Signed-off-by: fl0lli <github@fl0lli.de>
1 parent a5b936d commit 8ad785a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ All notable changes to this project will be documented in this file.
88

99
### Breaking changes:
1010

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))
1113
- `ClientBuilder::build_with_qr_code` has been removed. Instead, the Client should be built by passing
1214
`QrCodeData::server_name` to `ClientBuilder::server_name_or_homeserver_url`, after which QR login can be performed by
1315
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))
1616

1717
## [0.13.0] - 2025-07-10
1818

0 commit comments

Comments
 (0)