From 91fadb4412666cf283fbdc2f004d3f13f2cb2237 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 23 Jun 2023 09:57:32 -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 6b91ba8f..7c2df68d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This release changes the mode of SQLite, when rqlite is running in _on-disk_ mod - [PR #1314](https://github.com/rqlite/rqlite/pull/1314): More preparations for WAL mode when running on-disk. - [PR #1315](https://github.com/rqlite/rqlite/pull/1315), [PR #1316](https://github.com/rqlite/rqlite/pull/1316): Enable WAL when running in on-disk mode. - [PR #1317](https://github.com/rqlite/rqlite/pull/1317): DB-layer now supports WAL replay. -- [PR #1318](https://github.com/rqlite/rqlite/pull/1318): Periodically record actual applied index +- [PR #1318](https://github.com/rqlite/rqlite/pull/1318): Periodically record actual applied index. Addresses a possible edge case with on-disk startup. ## 7.21.0 (June 20th 2023) ### New features