From 806932d008a1a5ca24a3d2bf21724233ae31013d Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 10 Dec 2023 11:33:02 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a221b2c..107fb56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - [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. - [PR #1462](https://github.com/rqlite/rqlite/pull/1462): Refactor redirect logic in HTTP service. +- [PR #1463](https://github.com/rqlite/rqlite/pull/1463): Synchronize Snapshotting and chunked loading. - [PR #1464](https://github.com/rqlite/rqlite/pull/1464): Handle snapshotting of empty WAL files. - [PR #1465](https://github.com/rqlite/rqlite/pull/1465): Move uploader goroutine into Uploader.