Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz 2016-11-28 18:43:50 -05:00 committed by GitHub
parent 475408633a
commit 06411e0560
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
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]
* **Monitor API:** A new `/v1/agent/monitor` API was added to allow for viewing streaming log output from the agent, similar to the `consul monitor` command. See the [Monitor Endpoint](https://www.consul.io/docs/agent/http/agent.html#agent_monitor) for more details. [GH-2511]
IMPROVEMENTS: