From 5e1deaf961f684049641b090e7236498e78cdc97 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Fri, 1 Jun 2018 10:43:27 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d542a18..72f03049f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ BUG FIXES: * agent: Fixed an issue where watches were being duplicated on reload. [[GH-4179](https://github.com/hashicorp/consul/issues/4179)] * agent: Fixed an issue with Agent watches on a HTTPS only agent would fail to use TLS. [[GH-4076](https://github.com/hashicorp/consul/issues/4076)] +* dns: Re-enable full DNS compression [[GH-4071](https://github.com/hashicorp/consul/issues/4071)] ## 1.1.0 (May 11, 2018)