From 87808a830713c8c7242c4c43974f18d841a68b9f Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 11 Dec 2023 13:01:03 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84eb8922..95767b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.0.4 (unreleased) +### Implementation changes and bug fixes +- [PR #1471](https://github.com/rqlite/rqlite/pull/1471): Refactor query parameters into own code. + ## 8.0.3 (December 11th 2023) ### Implementation changes and bug fixes - [PR #1466](https://github.com/rqlite/rqlite/pull/1466): Close all dechunkers at Store shutdown.