From ee5740847ce80f6493e670953de0bdb0a9ec67e0 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 16 Aug 2016 15:13:04 -0700 Subject: [PATCH] Updates the changelog with peers.json info. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1fba0b05..30b40d0e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,10 @@ BACKWARDS INCOMPATIBILITIES: header was added to allow clients to detect if translation is enabled for HTTP responses, and a "lan" tag was added to `TaggedAddresses` for clients that need the local address regardless of translation. [GH-2280] +* The behavior of the `peers.json` file is different in this version of Consul: + this file won't normally be present and is used only during outage recovery. Be + sure to read [Outage Recovery Guide](http://localhost:4567/docs/guides/outage.html) + for details. IMPROVEMENTS: