From c93bf8da926d256ba6d54d7c8f7d7e237c205e24 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 11 Aug 2016 16:30:18 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1896c7b4a9..47c619449a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,9 @@ IMPROVEMENTS: * Builds Consul releases with Go 1.6.3. [GH-2260] * Added a `-stale` mode for watchers to allow them to pull data from any Consul server, not just the leader. [GH-2045] [GH-917] +* Consul now compresses all DNS responses by default. This prevents issues when + recursing records that were originally compressed, where Consul would somtimes + generate an invalid, uncompressed response that was too large. [GH-2266] BUG FIXES: