Update CHANGELOG.md

pull/2317/merge
Kyle Havlovitz 2016-11-22 20:28:08 -05:00 committed by GitHub
parent 9d6851d9a6
commit 8ab7ed901f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,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]
* **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: