mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-22 16:17:31 -04:00
chore: add changelog entry for the cloneable EventCacheError
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user