From 374036db2e1118ad3501ad2f67b7b1fd13252702 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 6 Dec 2019 09:58:00 -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 8066a398..c8d6a52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ _This release adds significant new functionality to the command-line tool, inclu - [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 #588](https://github.com/rqlite/rqlite/pull/588): Abort transaction if _load from backup_ operation fails. -- When joining try HTTPS if HTTP fails. Fixes [issue #577](https://github.com/rqlite/rqlite/issues/577). +- If joining a cluster via HTTP fails, try HTTPS. Fixes [issue #577](https://github.com/rqlite/rqlite/issues/577). ## 4.5.0 (April 24th 2019) - [PR #551](https://github.com/rqlite/rqlite/pull/551): rqlite CLI supports specifying trusted root CA certificate. Thanks @zmedico.