From 106629abd85e73ded3a0f2f9ef74414b5a4f3b29 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 4 May 2021 10:27:19 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343e8e0a..25766e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This new design does mean that nodes running earlier software cannot communicate The data API and cluster-management API remain unchanged however, so client code that communicates with rqlite should not need any changes. -## New features +### New features - [PR #796](https://github.com/rqlite/rqlite/pull/796): `nodes/` API reports real-time status of other nodes in cluster. Fixes [issue #768](https://github.com/rqlite/rqlite/issues/768). ### Implementation changes and bug fixes @@ -22,7 +22,7 @@ The data API and cluster-management API remain unchanged however, so client code - [PR #791](https://github.com/rqlite/rqlite/pull/791): Reinstate node CA cert support which was erroneously removed in an earlier change. ## 5.12.0 (April 24th 2021) -## New features +### New features - [PR #788](https://github.com/rqlite/rqlite/pull/788): Upgrade to SQLite 3.35.4. ### Implementation changes and bug fixes