From 495c3914965bb21bc40091c892f97fc4f938f62d Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 4 Jun 2018 16:41:29 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18dbdd866e..7a5dfd551f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,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)] +* agent: Fixed bug that would cause unnecessary and frequent logging yamux keepalives [[GH-3040](https://github.com/hashicorp/consul/issues/3040)] * dns: Re-enable full DNS compression [[GH-4071](https://github.com/hashicorp/consul/issues/4071)] ## 1.1.0 (May 11, 2018)