From 4bfd41411ea0d37c26e95b349fc8f2c6733e4c1a Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 27 Jan 2024 17:57:39 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a346054e..7926c381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.18.2 (unreleased) +### Implementation changes and bug fixes +- [PR #1636](https://github.com/rqlite/rqlite/pull/1636): Move to explicit choice of SQLite Checkpointing mode. + ## 8.18.1 (January 26th 2024) ### Implementation changes and bug fixes - [PR #1633](https://github.com/rqlite/rqlite/pull/1633): Improve error messages for internode communication failures.