From 98b36fe5e07656b5d46ffdd64863a91e285d99d0 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Fri, 17 Apr 2026 12:02:05 +0200 Subject: [PATCH] chore: update changelogs --- crates/matrix-sdk-ui/CHANGELOG.md | 3 --- crates/matrix-sdk/CHANGELOG.md | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/matrix-sdk-ui/CHANGELOG.md b/crates/matrix-sdk-ui/CHANGELOG.md index 4ca929ad2..3a6b59327 100644 --- a/crates/matrix-sdk-ui/CHANGELOG.md +++ b/crates/matrix-sdk-ui/CHANGELOG.md @@ -38,9 +38,6 @@ 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)) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index a881bcefe..919cc8d10 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -8,6 +8,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)) - Latest Event does not emit an update when it computes the same value as the previous Latest Event. ([#6396](https://github.com/matrix-org/matrix-rust-sdk/pull/6396))