From 90ed1645de8b5532cde560477d72a6c5377fa374 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 10 Dec 2023 13:04:55 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b42e2dd4..1d5de21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.0.3 (unreleased) +### Implementation changes and bug fixes +- [PR #1466](https://github.com/rqlite/rqlite/pull/1466): Close all dechunkers at Store shutdown. + ## 8.0.2 (December 10th 2023) Fix an edge case related to Raft Snapshotting when a chunked load is in progress at the same time. ### Implementation changes and bug fixes