Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz 2016-11-22 20:20:53 -05:00 committed by GitHub
parent 66dea6951a
commit 7d0e4bee8d
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## 0.7.2 (UNRELEASED)
FEATURES:
* **Keyring API:** A new `/v1/operator/keyring` API was added that allows for performing operations such as list, install, use and remove on the encryption keys in the gossip keyring. See the [Keyring Endpoint](https://www.consul.io/docs/agent/http/operator.html#keyring) for more details. [GH-2509]
IMPROVEMENTS:
* agent: Defaults to `?pretty` JSON for HTTP API requests when in `-dev` mode. [GH-2518]