diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f86c29..246e3eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,15 @@ ## 4.6.0 (November 29th 2019) - [PR #593](https://github.com/rqlite/rqlite/pull/593): rqlite CLI now supports HTTP proxy. Thanks @paulstuart -- [PR #592](https://github.com/rqlite/rqlite/pull/592): Add .dump to CLI. +- [PR #592](https://github.com/rqlite/rqlite/pull/592): Add .dump database 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 command to CLI. Thanks @eariassoto. +- [PR #589](https://github.com/rqlite/rqlite/pull/589): Add restore (from SQLite file) command to CLI. Thanks @eariassoto. - [PR #588](https://github.com/rqlite/rqlite/pull/588): Abort transaction if load operation fails. -- [PR #587](https://github.com/rqlite/rqlite/pull/587): Add expvar stats to store. +- [PR #587](https://github.com/rqlite/rqlite/pull/587): Add expvar statistics to store. - [PR #586](https://github.com/rqlite/rqlite/pull/586): rqlite CLI now supports command history. Thanks @rhnvrm. -- [PR #585](https://github.com/rqlite/rqlite/pull/585): Add backup command to CLI: Thanks @eariassoto. +- [PR #585](https://github.com/rqlite/rqlite/pull/585): Add backup (to SQLite file) command to CLI: Thanks @eariassoto. - [PR #584](https://github.com/rqlite/rqlite/pull/584): Support showing timings in the CLI. Thanks @joaodrp. -- [PR #583](https://github.com/rqlite/rqlite/pull/583): Add BasicAuth support to the CLI. Thanks @joaodrp. +- [PR #583](https://github.com/rqlite/rqlite/pull/583): Add HTTP BasicAuth support to the CLI. Thanks @joaodrp. - [PR #564](https://github.com/rqlite/rqlite/pull/564): rqlite server supports specifying trusted root CA certificate. Thanks @zmedico. - When joining try HTTPS if HTTP fails. Fixes [issue #577](https://github.com/rqlite/rqlite/issues/577).