From 32c2c90b12b5f2690264556c6e393325bbf6d884 Mon Sep 17 00:00:00 2001 From: Hans Hasselberg Date: Wed, 20 Mar 2019 13:15:35 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef77605cd..30b286b183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ SECURITY: * Fixed a problem where `verify_server_hostname` was not being respected and the default `false` was being used. This problem exists only in Consul 1.4.3. (CVE-2019-9764) [[GH-5519](https://github.com/hashicorp/consul/issues/5519)] FEATURES: -* agent: (Consul Enterprise) Snapshot agent can now use Azure Blob Storage for automated backups. -* agent: enable reloading of agent-to-agent TLS configuration (https://github.com/hashicorp/consul/pull/5419)] +* agent: enable reloading of agent-to-agent TLS configuration [[GH-5419](https://github.com/hashicorp/consul/pull/5419)] IMPROVEMENTS: * api: `/health/service/:service` blocking queries now only need a single goroutine regardless of number of instances in the service and watch channel which can massively reduce the number of goroutines on busy servers. [[GH-5449](https://github.com/hashicorp/consul/pull/5449)]