From 02bd29dcae62a39235e91e17f7e8860cae6f6939 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 4 Jan 2026 17:00:03 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 200080f4..e8897893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## v9.3.10 (unreleased) ### Implementation changes and bug fixes - [PR #2427](https://github.com/rqlite/rqlite/pull/2427): Remove any temporary WAL files if persisting a Snapshot fails or is not even invoked. +- [PR #2428](https://github.com/rqlite/rqlite/pull/2428): Move Store-Snapshot unit testing to own source file. ## v9.3.9 (January 4th 2026) ### Implementation changes and bug fixes