diff --git a/CHANGELOG.md b/CHANGELOG.md index 623a4d5b..e1c2bb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 7.5.0 (unreleased) ### New features - [PR #1019](https://github.com/rqlite/rqlite/pull/1019): CLI supports restoring from SQLite database files. -- [PR #1024](https://github.com/rqlite/rqlite/pull/1024), [PR #1025](https://github.com/rqlite/rqlite/pull/1025): Add support for Queued Writes. Fixes [issue #1020](https://github.com/rqlite/rqlite/issues/1020). +- [PR #1024](https://github.com/rqlite/rqlite/pull/1024), [PR #1025](https://github.com/rqlite/rqlite/pull/1025), [PR #1031](https://github.com/rqlite/rqlite/pull/1031): Add support for Queued Writes. Fixes [issue #1020](https://github.com/rqlite/rqlite/issues/1020). ### Implementation changes and bug fixes - [PR #1027](https://github.com/rqlite/rqlite/pull/1027): go mod (dependencies) updates, including upgrading SQLite to 3.38.5.