From d9898939c25485750b1f4d65ef3cf102ae1ca775 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 23 May 2022 10:23:43 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.