chore: add changelog entries for search!

This commit is contained in:
Benjamin Bouvier
2026-04-02 13:20:08 +02:00
parent 477ee70e1c
commit 4348d9de23
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -44,6 +44,9 @@ All notable changes to this project will be documented in this file.
### Features
- 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))
- Added the `Client.request_openid_token()` method.
([#6458](https://github.com/matrix-org/matrix-rust-sdk/pull/6458))
- Added the `Client::import_secrets_bundle` method.
+3
View File
@@ -38,6 +38,9 @@ All notable changes to this project will be documented in this file.
### Features
- Add new high-level search helpers in `matrix_sdk_ui::search` to perform searches for messages in
a room or across all rooms.
([6394](https://github.com/matrix-org/matrix-rust-sdk/pull/6394))
- [**breaking**] Add the `suggested` field to the `SpaceRoom` struct,
which indicates whether a space's admins have marked that sub-space/room
as a "suggested" one to join. ([6417](https://github.com/matrix-org/matrix-rust-sdk/pull/6417))