mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-01 10:28:28 -04:00
chore: Add changelogs
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
committed by
Ivan Enderlin
parent
dd2aaa6159
commit
5226a7521d
2
bindings/matrix-sdk-ffi/changelog.d/6763.changed.md
Normal file
2
bindings/matrix-sdk-ffi/changelog.d/6763.changed.md
Normal file
@@ -0,0 +1,2 @@
|
||||
[**breaking**] `ClientBuildError::WellKnownLookupFailed` inner type is now
|
||||
`Box`ed to reduce the error enum's size.
|
||||
3
crates/matrix-sdk/changelog.d/6763.changed.md
Normal file
3
crates/matrix-sdk/changelog.d/6763.changed.md
Normal file
@@ -0,0 +1,3 @@
|
||||
[**breaking**] `QRCodeGrantLoginError::UnexpectedMessage`'s `received` field
|
||||
type and `ClientBuildError::AutoDiscovery`'s inner type are now `Box`ed to
|
||||
reduce the error enums' sizes.
|
||||
Reference in New Issue
Block a user