Update CHANGELOG.md

pull/3009/merge
James Phillips 2017-05-08 20:44:20 -07:00 committed by GitHub
parent b9737368f7
commit f142f9f9cd
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ IMPROVEMENTS:
* agent: Added the `ca_path`, `tls_cipher_suites`, and `tls_prefer_server_cipher_suites` options to give more flexibility around configuring TLS. [GH-2963]
* agent: Reduced the timeouts for the `-dev` server mode so that the development server starts up almost instantly. [GH-2984]
* agent: Added `verify_incoming_rpc` and `verify_incoming_https` options for more granular control over incoming TLS enforcement. [GH-2974]
* agent: Updated parts of Consul's Docker library in order to fix the build on Illumos. [GH-2989]
* agent: Use bind address as source for outgoing connections. [GH-2822]
* api: Added the ACL replication status endpoint to the Go API client library. [GH-2947]
* cli: Added Raft protocol version to output of `operator raft list-peers` command.[GH-2929]