From 5226a7521dfd244496e475bf3767fffc2e7c6549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 19 Jul 2026 11:34:52 +0200 Subject: [PATCH] chore: Add changelogs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- bindings/matrix-sdk-ffi/changelog.d/6763.changed.md | 2 ++ crates/matrix-sdk/changelog.d/6763.changed.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 bindings/matrix-sdk-ffi/changelog.d/6763.changed.md create mode 100644 crates/matrix-sdk/changelog.d/6763.changed.md diff --git a/bindings/matrix-sdk-ffi/changelog.d/6763.changed.md b/bindings/matrix-sdk-ffi/changelog.d/6763.changed.md new file mode 100644 index 000000000..f0c3ce8a9 --- /dev/null +++ b/bindings/matrix-sdk-ffi/changelog.d/6763.changed.md @@ -0,0 +1,2 @@ +[**breaking**] `ClientBuildError::WellKnownLookupFailed` inner type is now +`Box`ed to reduce the error enum's size. diff --git a/crates/matrix-sdk/changelog.d/6763.changed.md b/crates/matrix-sdk/changelog.d/6763.changed.md new file mode 100644 index 000000000..811b02dd4 --- /dev/null +++ b/crates/matrix-sdk/changelog.d/6763.changed.md @@ -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.