Update CHANGELOG.md
This commit is contained in:
parent
7c1c3e28f2
commit
4f9b82d51b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue