From 4de202fc6491bb9762603fefee49dc0d72b30f72 Mon Sep 17 00:00:00 2001 From: Jonas Richard Richter Date: Fri, 11 Apr 2025 15:26:00 +0200 Subject: [PATCH] doc(changelog): add entry for room topic string in StateEventContent --- bindings/matrix-sdk-ffi/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-ffi/CHANGELOG.md b/bindings/matrix-sdk-ffi/CHANGELOG.md index be05e05e6..ba73c927e 100644 --- a/bindings/matrix-sdk-ffi/CHANGELOG.md +++ b/bindings/matrix-sdk-ffi/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +Additions: + +- Add room topic string to `StateEventContent` + ## [0.11.0] - 2025-04-11 Breaking changes: @@ -20,7 +24,7 @@ Breaking changes: programs can set it to `true`. - Matrix client API errors coming from API responses will now be mapped to `ClientError::MatrixApi`, containing both the - original message and the associated error code and kind. + original message and the associated error code and kind. - `EventSendState` now has two additional variants: `CrossSigningNotSetup` and `SendingFromUnverifiedDevice`. These indicate that your own device is not