From 9b65b4506501be5b112bfebe9710bdb4a02e81d7 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 13 Sep 2023 09:01:38 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8faad324..03901aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ When officially released 8.0 will support (mostly) seamless upgrades from the 7. - [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. +- [PR #1395](https://github.com/rqlite/rqlite/pull/1395): More DB-level and Snapshotting statistics. ## 7.21.4 (July 8th 2023) ### Implementation changes and bug fixes