Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-07-17 00:02:27 -07:00 committed by GitHub
parent 08b490df9c
commit 096003df5a
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ BREAKING CHANGES:
FEATURES:
* agent: Added a new [`block_endpoints`](https://www.consul.io/docs/agent/options.html#block_endpoints) configuration option that allows blocking HTTP endpoints by prefix. This allows operators to completely disallow access to specific endpoints on a given agent. [GH-3252]
* cli: Added a new [Consul catalog CLI command](https://www.consul.io/docs/commands/catalog.html) for reading datacenters, nodes, and services from the catalog. [GH-3204]
* server: (Consul Enterprise) Added a `consul operator area update` command and corresponding HTTP endpoint to allow for transitioning the TLS setting of a network area at runtime. [GH-3075]
* cli: Added a new [`consul catalog`](https://www.consul.io/docs/commands/catalog.html) command for reading datacenters, nodes, and services from the catalog. [GH-3204]
* server: (Consul Enterprise) Added a new [`consul operator area update`](https://www.consul.io/docs/commands/operator/area.html#update) command and corresponding HTTP endpoint to allow for transitioning the TLS setting of network areas at runtime. [GH-3075]
IMPROVEMENTS: