From 9fee40029e80dd3746f35bcd1fe6ddf0f946e43a Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 25 Apr 2017 16:51:42 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26940722..3da0fb6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: