From cb519d12b7d7f1f9a3df32f66043f37d5b5627ca Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 22 Aug 2023 21:51:29 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f29fe8f..3a4deb47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ When officially released 8.0 will support (mostly) seamless upgrades from the 7. - [PR #1385](https://github.com/rqlite/rqlite/pull/1358): Remove support for in-memory databases. - [PR #1360](https://github.com/rqlite/rqlite/pull/1360): 'go mod' updates, and move to go 1.21. - [PR #1369](https://github.com/rqlite/rqlite/pull/1369), [PR #1370](https://github.com/rqlite/rqlite/pull/1370): Use singleton, sync'ed, random source. -- [PR #1367](https://github.com/rqlite/rqlite/pull/1367): Move to a WAL-based Snapshot store. +- [PR #1367](https://github.com/rqlite/rqlite/pull/1367): Move to a WAL-based Snapshot store, which unlocks support for much larger data set support. ## 7.21.4 (July 8th 2023) ### Implementation changes and bug fixes