chore: add changelog entry for the cloneable EventCacheError

This commit is contained in:
Benjamin Bouvier
2026-03-17 12:14:36 +01:00
parent 816530c89c
commit a4bb2f3ff4

View File

@@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file.
### Features
- [**breaking**] The `EventCacheError` is now `Clone`able, which implied marking a few other error
types as `Clone`able, and wrapping a few other error variants with `Arc`.
([#6305](https://github.com/matrix-org/matrix-rust-sdk/pull/6305))
- The scopes sent when logging in with the `OAuth` API now use the stable prefix defined in the
specification.
([#6291](https://github.com/matrix-org/matrix-rust-sdk/pull/6291))