From 11376e2ff441fdb6e1e8b6ca55b3fbf2f3d70669 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 8 Dec 2022 18:04:55 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907cd3f7..e337368d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.13.0 (unreleased) +### New features +- [PR #1141](https://github.com/rqlite/rqlite/pull/1141): Store and load CLI history across sessions. + ## 7.12.1 (December 7th 2022) ### Implementation changes and bug fixes - [PR #1135](https://github.com/rqlite/rqlite/pull/1135): Silently ignore self-joins if nothing has changed on the joining node.