doc(base): Move an entry at its correct place.

This commit is contained in:
Ivan Enderlin
2026-01-09 10:17:51 +01:00
committed by Benjamin Bouvier
parent 5be3ea3d46
commit ccbb7575c0

View File

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