From 1e94c0794848d36e4b9660b0adea33ce7dd8221c Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Tue, 30 Apr 2019 13:25:10 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d261feb16..6c2585da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ SECURITY: have configured HTTP routing rules via the ["escape hatch"](#custom-configuration). We recommend Envoy 1.9.1 be used where possible. Note that while we officially deprecate support for older version of Envoy in 1.5.0, - we recommend using Envoy 1.9.1 will all previous versions of Consul Connect (back to 1.3.0 where it was introduced). + we recommend using Envoy 1.9.1 with all previous versions of Consul Connect (back to 1.3.0 where it was introduced). BREAKING CHANGES: @@ -39,6 +39,7 @@ BUG FIXES: * connect: fix an issue where health checks on proxies might be missed by watchers of `/health/service/:service` API [[GH-5506](https://github.com/hashicorp/consul/issues/5506)] * logger: fix an issue where the `log-file` option was not respecting the `log-level` [[GH-4778](https://github.com/hashicorp/consul/issues/4778)] * catalog: fix an issue where renaming nodes could cause registration instability [[GH-5518](https://github.com/hashicorp/consul/issues/5518)] +* network areas (Consul Enterprise): Fixed an issue that could cause a lock to be held unnecessarily causing other operations to hang. ## 1.4.4 (March 21, 2019)