From ccbb7575c0a4fc614eb9df64e1e1e0bb9bcdf8f7 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 9 Jan 2026 10:17:51 +0100 Subject: [PATCH] doc(base): Move an entry at its correct place. --- crates/matrix-sdk-base/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/matrix-sdk-base/CHANGELOG.md b/crates/matrix-sdk-base/CHANGELOG.md index e58156bc3..762d2edaa 100644 --- a/crates/matrix-sdk-base/CHANGELOG.md +++ b/crates/matrix-sdk-base/CHANGELOG.md @@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file. ### Features +- Add `StateStore::upsert_thread_subscriptions()` method for bulk upserts. + ([#5848](https://github.com/matrix-org/matrix-rust-sdk/pull/5848)) - The `LatestEventValue::LocalHasBeenSent` variant gains a new `event_id: OwnedEventId` field. ([#5977](https://github.com/matrix-org/matrix-rust-sdk/pull/5977)) @@ -56,8 +58,6 @@ All notable changes to this project will be documented in this file. ([#5817](https://github.com/matrix-org/matrix-rust-sdk/pull/5817)) - `ComposerDraft` can now store attachments alongside text messages. ([#5794](https://github.com/matrix-org/matrix-rust-sdk/pull/5794)) -- Add `StateStore::upsert_thread_subscriptions()` method for bulk upserts. - ([#5848](https://github.com/matrix-org/matrix-rust-sdk/pull/5848)) ## [0.14.1] - 2025-09-10