From c3e01a690238cb401d6e05d30c4302facfd40d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Tue, 28 Oct 2025 17:33:22 +0100 Subject: [PATCH] doc: Add changelog --- bindings/matrix-sdk-ffi/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-ffi/CHANGELOG.md b/bindings/matrix-sdk-ffi/CHANGELOG.md index baa8e09de..9013f3375 100644 --- a/bindings/matrix-sdk-ffi/CHANGELOG.md +++ b/bindings/matrix-sdk-ffi/CHANGELOG.md @@ -8,10 +8,10 @@ All notable changes to this project will be documented in this file. ### Breaking changes: +- UniFFI was upgraded to `v0.30.0` ([#5808](https://github.com/matrix-org/matrix-rust-sdk/pull/5808)). - The `waveform` parameter in `Timeline::send_voice_message` format changed to a list of `f32` between 0 and 1. ([#5732](https://github.com/matrix-org/matrix-rust-sdk/pull/5732)) - - The `normalized_power_level` field has been removed from the `RoomMember` struct. ([#5635](https://github.com/matrix-org/matrix-rust-sdk/pull/5635))