Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-08-30 13:18:33 -07:00 committed by GitHub
parent 7b85294e98
commit 16b24c3d5f

View file

@ -32,6 +32,10 @@ FEATURES:
quorum. This version also provides a foundation for new features that will quorum. This version also provides a foundation for new features that will
appear in future Consul versions once the remainder of the v2 library is appear in future Consul versions once the remainder of the v2 library is
complete. [GH-2222] complete. [GH-2222]
* Added new `consul operator` command, HTTP endpoint, and associated ACL to
allow Consul operators to view and update the Raft configuration. This allows
for a stale server to be removed without requiring downtime and peers.json
recovery file use. [GH-2312]
* Extended the [`translate_wan_addrs`](https://www.consul.io/docs/agent/options.html#translate_wan_addrs) * Extended the [`translate_wan_addrs`](https://www.consul.io/docs/agent/options.html#translate_wan_addrs)
config option to also translate node addresses in HTTP responses, making it easy config option to also translate node addresses in HTTP responses, making it easy
to use this feature from non-DNS clients. [GH-2118] to use this feature from non-DNS clients. [GH-2118]