Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-04-25 16:51:42 -07:00 committed by GitHub
parent dfef029641
commit 9fee40029e
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ FEATURES:
IMPROVEMENTS:
* agent: Added an error at agent startup time if both `-ui` and `-ui-dir` are configured together. [GH-2576]
* agent: Added the datacenter of a node to the catalog, health, and query API endpoints which contain a Node structure. [GH-2713]
* agent: Added the datacenter of a node to the catalog, health, and query API endpoints which contain a Node structure. [GH-2713]
* api: Add ACL replication status endpoint. [GH-2947]
* cli: Show Raft protocol version in `operator raft list-peers` command [GH-2929]
BUG FIXES: