From 4468002f370a18cd945d51718b6ea10babcba2c7 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 13 Apr 2020 11:21:18 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2889808475..8e97b207d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,11 @@ IMPROVEMENTS: BUGFIXES: -* xds: Fix flapping of mesh gateway connect-service watches [[GH-7575](https://github.com/hashicorp/consul/pull/7575)] +* namespace: **(Consul Enterprise only)** Fixed several bugs where results from multiple namespaces would be returned when only a single namespace was being queried when the token making the request had permissions to see all of them. * sdk: Fix race condition in freeport [[GH-7567](https://github.com/hashicorp/consul/issues/7567)] * server: strip local ACL tokens from RPCs during forwarding if crossing datacenters [[GH-7419](https://github.com/hashicorp/consul/issues/7419)] +* xds: Fix flapping of mesh gateway connect-service watches [[GH-7575](https://github.com/hashicorp/consul/pull/7575)] + ## 1.7.2 (March 16, 2020)