diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d90d1479..f7cee9745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ BUG FIXES: * server: Fixed a panic when the tombstone garbage collector was stopped. [GH-2087] * server: Fixed a panic in Autopilot that could occur when a node is elected but cannot complete leader establishment and steps back down. [GH-2980] +* server: Added a new peers.json format that allows outage recovery when using Raft protocol version 3 and higher. Previously, you'd have to set the Raft protocol version back to 2 in order to manually recover a cluster. See https://www.consul.io/docs/guides/outage.html#manual-recovery-using-peers-json for more details. [GH-3003] * ui: Add and update favicons [GH-2945] ## 0.8.1 (April 17, 2017)