Skip to content

Commit 5f0244b

Browse files
committed
chore: add changelog entries for search!
1 parent eb81148 commit 5f0244b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ All notable changes to this project will be documented in this file.
4141

4242
### Features
4343

44+
- Add new high-level search helpers `RoomSearchIterator` and `GlobalSearchIterator` to perform
45+
searches for messages in a room or across all rooms.
46+
([6394](https://github.com/matrix-org/matrix-rust-sdk/pull/6394))
4447
- Expose `event_type_raw` and `latest_content_raw()` on `EventTimelineItem`,
4548
allowing clients to access the raw event type string and content JSON for
4649
custom event handling without pattern-matching through nested enums.

crates/matrix-sdk-ui/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ All notable changes to this project will be documented in this file.
3030

3131
### Features
3232

33+
- Add new high-level search helpers in `matrix_sdk_ui::search` to perform searches for messages in
34+
a room or across all rooms.
35+
([6394](https://github.com/matrix-org/matrix-rust-sdk/pull/6394))
3336
- Introduce a `ThreadListService` which offers reactive interfaces for rendering
3437
and managing the list of threads from a particular room.
3538
([6311](https://github.com/matrix-org/matrix-rust-sdk/pull/6311))

0 commit comments

Comments
 (0)