From 2b74d8c332f56bbdc5b6d72370694742adeb05b4 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 19 Dec 2023 08:30:29 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103df81e..6ab54109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.12.4 (unreleased) +### Implementation changes and bug fixes +- [PR #1503](https://github.com/rqlite/rqlite/pull/1503): Remove SQLite-style help in rqlite shell. + ## 8.12.3 (December 19th 2023) ### Implementation changes and bug fixes - [PR #1502](https://github.com/rqlite/rqlite/pull/1502): Create temporary SQLite files in same directory as actual SQLite file.