From a2bbc339206f00c14f58da8de69b54bf8543b341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Tue, 21 Apr 2026 11:01:17 +0200 Subject: [PATCH] doc(ffi): Add changelog entry --- bindings/matrix-sdk-ffi/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/matrix-sdk-ffi/CHANGELOG.md b/bindings/matrix-sdk-ffi/CHANGELOG.md index 3944ee980..fca15c3ba 100644 --- a/bindings/matrix-sdk-ffi/CHANGELOG.md +++ b/bindings/matrix-sdk-ffi/CHANGELOG.md @@ -44,6 +44,8 @@ All notable changes to this project will be documented in this file. ### Features +- Enable `experimental-push-secrets` feature by default. + ([#6473](https://github.com/matrix-org/matrix-rust-sdk/pull/6394)) - Add new high-level search helpers `RoomSearchIterator` and `GlobalSearchIterator` to perform searches for messages in a room or across all rooms. ([6394](https://github.com/matrix-org/matrix-rust-sdk/pull/6394))