From f0faf2d8ee43e8c6b64149c08e1bfb3fc7b782b0 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 29 Nov 2019 19:24:59 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3632b96..979f4f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 4.6.0 (November 29th 2019) - [PR #593](https://github.com/rqlite/rqlite/pull/593): rqlite CLI now supports HTTP proxy (via Environment). Thanks @paulstuart -- [PR #592](https://github.com/rqlite/rqlite/pull/592): Add dump database (to SQL text file) to CLI. +- [PR #592](https://github.com/rqlite/rqlite/pull/592): Add _dump database_ command (to SQL text file) to CLI. - [PR #591](https://github.com/rqlite/rqlite/pull/591): Store layer supports generating SQL format backups. - [PR #590](https://github.com/rqlite/rqlite/pull/590): DB layer supports generating SQL format backups. - [PR #589](https://github.com/rqlite/rqlite/pull/589): Add restore (from SQLite file) command to CLI. Thanks @eariassoto.