From db8c19289a8b932ada66d6e8dabcfab4529032e8 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 16ef7eeb7..ed803d93c 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