From 5d48b38315a550282e959f7cf830e6223a50fedc Mon Sep 17 00:00:00 2001 From: Preetha Date: Mon, 5 Feb 2018 17:52:27 -0600 Subject: [PATCH] Moved DNS vendor update to security section --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aaa57e8ab..33d7bfad02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ ## 1.0.4 (UNRELEASED) +SECURITY: + +* dns: Updated DNS vendor library to pick up bug fix in the DNS server where an open idle connection blocks the accept loop. [GH-3859] FEATURES: * agent: Added support for gRPC health checks that probe the standard gRPC health endpoint. [[GH-3073](https://github.com/hashicorp/consul/issues/3073)] -* dns: Updated DNS vendor library to pick up bug fix in the DNS server where an open idle connection blocks the accept loop. [[GH-3859](https://github.com/hashicorp/consul/issues/3859)] IMPROVEMENTS: