From 2c902e353cc4bb4af8596ccac3c04665caf9d328 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 16 Jan 2024 19:06:11 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554b1e09..99bd6df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 8.16.7 (unreleased) ### Implementation changes and bug fixes - [PR #1607](https://github.com/rqlite/rqlite/pull/1607): Remove use of deprecated `ioutil`. +- [PR #1608](https://github.com/rqlite/rqlite/pull/1608): Always close the FSM Snapshot. ## 8.16.6 (January 16th 2024) ### Implementation changes and bug fixes