From bc6d015d520ef37b8c6fd1f77d4bbaa8127f1468 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 9 Aug 2016 16:07:56 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24837c1632..16f3f4864f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,10 @@ FEATURES: * Implemented a new set of feedback controls for the gossip layer that help prevent degraded nodes that can't meet the soft real-time requirements from erroneously causing `serfHealth` flapping in other, healthy nodes. [GH-2101] +* Upgraded to "stage one" of the v2 HashiCorp Raft library. This version offers + improved handling of cluster membership changes and recovery after a loss of + quorum. This version also provides a foundation for new features that will + appear in future Consul versions. [GH-2222] BACKWARDS INCOMPATIBILITIES: