From eab6ecefe82cbf911a4d0682538a3af844d349a9 Mon Sep 17 00:00:00 2001 From: Freddy Date: Thu, 11 Apr 2019 10:15:46 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de9fe8d8b..8c9470eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,9 @@ BUG FIXES: * api: fix panic in 'consul acl set-agent-token' [[GH-5533](https://github.com/hashicorp/consul/issues/5533)] * acl: memdb filter of tokens-by-policy was inverted [[GH-5575](https://github.com/hashicorp/consul/issues/5575)] -* connect: fix an issue where Envoy woudl fail to bootstrap if some upstreams were unavailable [[GH-5499]https://github.com/hashicorp/consul/pull/5499] -* 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] +* connect: fix an issue where Envoy woudl fail to bootstrap if some upstreams were unavailable [[GH-5499](https://github.com/hashicorp/consul/pull/5499)] +* 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)] ## 1.4.4 (March 21, 2019)