Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-08-25 15:54:14 -07:00 committed by GitHub
parent d64d53a0de
commit 58985a1788
1 changed files with 6 additions and 1 deletions

View File

@ -69,7 +69,12 @@ BACKWARDS INCOMPATIBILITIES:
* The behavior of the `peers.json` file is different in this version of Consul:
this file won't normally be present and is used only during outage recovery. Be
sure to read [Outage Recovery Guide](https://www.consul.io/docs/guides/outage.html)
for details.
for details. [GH-2222]
* Consul's default Raft timing is now set to work more reliably on lower-performance servers,
which allows for small clusters to use lower cost compute at the expense of reduced
performance for failed leader detection and leader elections. You will need to configure
Consul to get the same performance as before. See the new [Server Performance](https://www.consul.io/docs/guides/performance.html) guide for more
details. [GH-2303]
IMPROVEMENTS: