Skip to content

Commit cfc839f

Browse files
committed
doc(sqlite) Add entry to the changelog.
1 parent 660d4e7 commit cfc839f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/matrix-sdk-sqlite/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file.
1212
([#4603](https://github.com/matrix-org/matrix-rust-sdk/pull/4603))
1313
- Defragment an sqlite state store after removing a room.
1414
([#4651](https://github.com/matrix-org/matrix-rust-sdk/pull/4651))
15+
- Add `SqliteStoreConfig` and the `open_with_config` constructor on all the
16+
stores, it allows to control the maximum size of the pool of connections to
17+
SQLite for example.
18+
([#4826](https://github.com/matrix-org/matrix-rust-sdk/pull/4826))
1519

1620
## [0.10.0] - 2025-02-04
1721

0 commit comments

Comments
 (0)