doc(sdk): Update the `CHANGELOG.md.

This commit is contained in:
Ivan Enderlin
2026-01-07 10:32:30 +01:00
parent 87962d10e2
commit ed1c847e7b

View File

@@ -26,6 +26,8 @@ All notable changes to this project will be documented in this file.
- Replace in-memory stores with IndexedDB implementations when initializing
`Client` with `BuilderStoreConfig::IndexedDb`.
[#5946](https://github.com/matrix-org/matrix-rust-sdk/pull/5946)
- Sliding Sync room subscriptions are sent once to save bandwidth.
([#6002](https://github.com/matrix-org/matrix-rust-sdk/pull/6002))
### Bugfix