From 069798bdb51f5d6c7481c8e76df5f55319ba0fe3 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 28 Jan 2023 18:36:37 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e0390a..0f4b6b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.13.2 (unreleased) +### Implementation changes and bug fixes +- [PR #1156](https://github.com/rqlite/rqlite/pull/1156): Better error message when rqlite shell can't connect to node + ## 7.13.1 (January 6th 2023) ### Implementation changes and bug fixes - [PR #1146](https://github.com/rqlite/rqlite/pull/1146): Delete history file if `RQLITE_HISTFILESIZE` environment variable is zero. Fixes [issue #1145](https://github.com/rqlite/rqlite/issues/1145). Thanks @jamielinux