Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-07-14 17:32:09 -07:00 committed by GitHub
parent f5188dfe8c
commit 9e93ef94f1
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
BREAKING CHANGES:
* api: Reworked `context` support in the API client to more closely match the Go standard library, and added context support to write requests in addition to read requests. [GH-3273, GH-2992]
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]