diff --git a/CHANGELOG.md b/CHANGELOG.md index d85eadea..8faad324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ When officially released 8.0 will support (mostly) seamless upgrades from the 7. - [PR #1386](https://github.com/rqlite/rqlite/pull/1386): Ensure full sync'ing and closing of files during WAL replay. - [PR #1388](https://github.com/rqlite/rqlite/pull/1388): Ensure databases open with WAL checkpoint disabled. Thanks @benbjohnson. - [PR #1390](https://github.com/rqlite/rqlite/pull/1390): Add Restore functions to Snapshot Store. +- [PR #1394](https://github.com/rqlite/rqlite/pull/1394): Use only one RW database connection. ## 7.21.4 (July 8th 2023) ### Implementation changes and bug fixes