Skip to content

Commit 1a9e5b9

Browse files
zecakehpoljar
authored andcommitted
Move changelog entry to the top
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 4c43b06 commit 1a9e5b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

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

99
### Breaking changes:
1010

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))
1114
- `Client::url_for_oidc` now allows requesting additional scopes for the OAuth2 authorization code grant.
1215
([#5395](https://github.com/matrix-org/matrix-rust-sdk/pull/5395))
1316
- `Client::url_for_oidc` now allows passing an optional existing device id from a previous login call.
1417
([#5394](https://github.com/matrix-org/matrix-rust-sdk/pull/5394))
1518
- `ClientBuilder::build_with_qr_code` has been removed. Instead, the Client should be built by passing
1619
`QrCodeData::server_name` to `ClientBuilder::server_name_or_homeserver_url`, after which QR login can be performed by
1720
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))
2121

2222
## [0.13.0] - 2025-07-10
2323

0 commit comments

Comments
 (0)