From bc75feb4422dc430a4f6ffdf63a3ddebc6352ca4 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 21 Jan 2024 15:37:18 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7526aed..148cf7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 8.17.0 (unreleased) ### New features -- [PR #1619](https://github.com/rqlite/rqlite/pull/1619): Support automatic `VACUUM` of the SQLite database. Fixes [#1609](https://github.com/rqlite/rqlite/issues/1609). +- [PR #1619](https://github.com/rqlite/rqlite/pull/1619), [PR #1622](https://github.com/rqlite/rqlite/pull/1622): Support automatic `VACUUM` of the SQLite database. Fixes [#1609](https://github.com/rqlite/rqlite/issues/1609). ## 8.16.8 (January 20th 2024) ### Implementation changes and bug fixes