File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ All notable changes to this project will be documented in this file.
39
39
` ClientCredentials `
40
40
- ` Oidc::restore_registered_client() ` must NOT be called after
41
41
` 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 ) )
42
45
43
46
## [ 0.10.0] - 2025-02-04
44
47
@@ -106,10 +109,6 @@ All notable changes to this project will be documented in this file.
106
109
- [ ** breaking** ] The ` oidc ` module is now at ` authentication::oidc ` .
107
110
([ #4575 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4575 ) )
108
111
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
-
113
112
## [ 0.9.0] - 2024-12-18
114
113
115
114
### Bug Fixes
You can’t perform that action at this time.
0 commit comments