From 1fbb6f9b6ffcce779aeee4b6148592b261f30c65 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 2 May 2017 10:47:36 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef32e7edf..969cedc67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ IMPROVEMENTS: * agent: Updated parts of Consul's Docker library in order to fix the build on Illumos. [GH-2989] * api: Added the ACL replication status endpoint to the Go API client library. [GH-2947] * cli: Added Raft protocol version to output of `operator raft list-peers` command.[GH-2929] +* ui: Added optional JSON validation when editing KV entries in the web UI. [GH-2712] BUG FIXES: