Skip to content

Commit 1af59f9

Browse files
committed
Update changelog
1 parent 7c60ee9 commit 1af59f9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.20.0 (unreleased)
2+
3+
* **Breaking change *(.state_store)*** Removed legacy SQLAlchemy state store
4+
implementations.
5+
* **Mildly breaking change *(util.async_db)*** Changed `SQLiteDatabase` to not
6+
remove prefix slashes from database paths.
7+
* Library users should use `sqlite:path.db` instead of `sqlite:///path.db`
8+
for relative paths, and `sqlite:/path.db` instead of `sqlite:////path.db`
9+
for absolute paths.
10+
* Bridge configs do this migration automatically.
11+
112
## v0.19.15 (2023-05-24)
213

314
* *(client)* Fixed dispatching room ephemeral events (i.e. typing notifications) in syncer.

0 commit comments

Comments
 (0)