From 322704607a6095f187832f471a744570a7aaa702 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 9 Aug 2016 11:43:57 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb713489ff..b3b464e407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ FEATURES: * Added a new `/v1/txn` state store transaction API that allows for atomic updates to and fetches from multiple entries in the key/value store. [GH-2028] +* Added a full replication capability for ACLs. Non-ACL datacenters can now + replicate the complete ACL set locally to their state store and fall back to + that if there's an outage. Additionally, this provides a good way to make a + backup ACL datacenter, or to migrate the ACL datacenter to a different one. [GH-2237] * Script checks now support an optional `timeout` parameter. [GH-1762] * Reap time for failed nodes is now configurable via new `reconnect_timeout` and `reconnect_timeout_wan` config options ([use with caution](https://www.consul.io/docs/agent/options.html#reconnect_timeout)). [GH-1935]