From fd3c56ff68829821da4be139185c0a96938e1929 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Tue, 26 Nov 2019 15:56:12 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ef7eeb7d..ed803d93c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ FEATURES IMPROVEMENTS * agent: some check types now support configuring a number of consecutive failure and success before the check status is updated in the catalog. [[GH-5739](https://github.com/hashicorp/consul/pull/5739)] +* xds: mesh gateway CDS requests are now allowed to receive an empty CDS reply [[GH-6787](https://github.com/hashicorp/consul/issues/6787)] BUG FIXES