Skip to content

Commit c6d2ab4

Browse files
committed
chore: Fix changelog location
Signed-off-by: Kévin Commaille <[email protected]>
1 parent c6c7307 commit c6d2ab4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

crates/matrix-sdk/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ All notable changes to this project will be documented in this file.
3939
`ClientCredentials`
4040
- `Oidc::restore_registered_client()` must NOT be called after
4141
`Oidc::register_client()` anymore.
42+
- [**breaking**]: The `authentication::qrcode` module now reexports types from
43+
`oauth2` rather than `openidconnect`. Some type names might have changed.
44+
([#4604](https://github.com/matrix-org/matrix-rust-sdk/pull/4604))
4245

4346
## [0.10.0] - 2025-02-04
4447

@@ -106,10 +109,6 @@ All notable changes to this project will be documented in this file.
106109
- [**breaking**] The `oidc` module is now at `authentication::oidc`.
107110
([#4575](https://github.com/matrix-org/matrix-rust-sdk/pull/4575))
108111

109-
- [**breaking**] The `authentication::qrcode` module now reexports types from
110-
`oauth2` rather than `openidconnect`. Some type names might have changed.
111-
([#4604](https://github.com/matrix-org/matrix-rust-sdk/pull/4604))
112-
113112
## [0.9.0] - 2024-12-18
114113

115114
### Bug Fixes

0 commit comments

Comments
 (0)