doc(sqlite) Add entry to the changelog.

This commit is contained in:
Ivan Enderlin
2025-03-21 11:59:36 +01:00
parent 660d4e7ccb
commit cfc839f71b

View File

@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file.
([#4603](https://github.com/matrix-org/matrix-rust-sdk/pull/4603))
- Defragment an sqlite state store after removing a room.
([#4651](https://github.com/matrix-org/matrix-rust-sdk/pull/4651))
- Add `SqliteStoreConfig` and the `open_with_config` constructor on all the
stores, it allows to control the maximum size of the pool of connections to
SQLite for example.
([#4826](https://github.com/matrix-org/matrix-rust-sdk/pull/4826))
## [0.10.0] - 2025-02-04