From 26ee62a027d47c12ab4d0cf80214fa25c71654ac Mon Sep 17 00:00:00 2001 From: Vishal Nayak Date: Tue, 14 Jan 2020 16:44:16 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f510048d8..9b347902f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ IMPROVEMENTS: * cli: Incorrect TLS configuration will now correctly fail [GH-8025] * secrets/gcp: Allow specifying the TTL for a service key [GCP-54] * secrets/gcp: Add support for rotating root keys [GCP-53] +* storage/raft: Nodes in the raft cluster can all be given possible leader + addresses for them to continuously try and join one of them, thus automating + the process of join to a greater extent [GH-7856] BUG FIXES: