From 6622b9997964a902bed338c239b4105e66343e31 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 8 Dec 2023 15:07:21 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55db4a44..b6ba57ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 8.0.2 (unreleased) +### Implementation changes and bug fixes +- [PR #1456](https://github.com/rqlite/rqlite/pull/1459): Standardize on chunk size. +- [PR #1456](https://github.com/rqlite/rqlite/pull/1459): Set `TrailingLogs=0` to truncate log during user-initiated Snapshotting. + ## 8.0.1 (December 8th 2023) This release fixes an edge case issue during restore-from-SQLite. It's possible if a rqlite system crashes shortly after restoring from SQLite it may not have loaded the data correctly.