From 53d5585c0b553ac887fb0ee197b26ff389eb279e Mon Sep 17 00:00:00 2001 From: Chris Piraino Date: Mon, 29 Jun 2020 15:50:32 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe058c4ce4..77d1912aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ IMPROVEMENTS: * acl: allow auth methods created in the primary datacenter to optionally create global tokens [[GH-7899](https://github.com/hashicorp/consul/issues/7899)] * agent: Allow to restrict servers that can join a given Serf Consul cluster. [[GH-7628](https://github.com/hashicorp/consul/issues/7628)] +* cli: Output message on success when writing/deleting config entries. [[GH-7806](https://github.com/hashicorp/consul/pull/7806)] * dns: Improve RCODE of response when query targets a non-existent datacenter. [[GH-8102](https://github.com/hashicorp/consul/issues/8102)] BUGFIXES: