From 2763c5b7745757c7ff893bd837c68114b760c76d Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 18 Dec 2019 19:41:15 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ffeead..f4131f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## 4.7.0 (Unreleased) +### New features - [PR #595](https://github.com/rqlite/rqlite/pull/595): rqlite CLI prints Welcome message on startup. + +### Implementation changes and bug fixes - [PR #597](https://github.com/rqlite/rqlite/pull/597): Don't ignore any Join error, instead return it. +- [PR #598](https://github.com/rqlite/rqlite/pull/598): Ensure backup is correctly closed. ## 4.6.0 (November 29th 2019) _This release adds significant new functionality to the command-line tool, including much more control over backup and restore of the database. [Visit the Releases page](https://github.com/rqlite/rqlite/releases/tag/v4.6.0) to download this release._