doc(sdk): update changelog

Signed-off-by: Michael Goldenberg <m@mgoldenberg.net>
This commit is contained in:
Michael Goldenberg
2025-12-10 23:01:30 -05:00
committed by Ivan Enderlin
parent 46b9c11139
commit 4ee6906f47

View File

@@ -23,6 +23,9 @@ All notable changes to this project will be documented in this file.
- Expose a new method `RoomEventCache::find_event_relations` for loading
events relating to a specific event ID from the cache.
[#5930](https://github.com/matrix-org/matrix-rust-sdk/pull/5930/)
- Replace in-memory stores with IndexedDB implementations when initializing
`Client` with `BuilderStoreConfig::IndexedDb`.
[#5946](https://github.com/matrix-org/matrix-rust-sdk/pull/5946)
### Bugfix