doc(ffi): Add changelog entry

This commit is contained in:
Jorge Martín
2026-04-21 11:01:17 +02:00
committed by Andy Balaam
parent db787c28b8
commit a2bbc33920

View File

@@ -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))