From 25a8ced090a5078d544bbc24e5039f96e013b65f Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 4 Mar 2019 09:35:13 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8178b8b6f..e102e3554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ BUG FIXES: * agent: only enable TLS on gRPC if the HTTPS API port is enabled [[GH-5287](https://github.com/hashicorp/consul/issues/5287)] * agent: Fixed default log file permissions. [[GH-5346](https://github.com/hashicorp/consul/issues/5346)] * api: Fixed bug where `/connect/intentions` endpoint didn't return `X-Consul-Index` [[GH-5355](https://github.com/hashicorp/consul/pull/5355)] -* agent: Ensure that reaped servers are removed from RPC routing [[GH-5317](https://github.com/hashicorp/consul/pull/5317)] -* acl: Fix potential race condition when listing or retrieving ACL tokens [[GH-5412](https://github.com/hashicorp/consul/pull/5412)] +* agent: Ensure that reaped servers are removed from RPC routing. [[GH-5317](https://github.com/hashicorp/consul/pull/5317)] +* acl: Fix potential race condition when listing or retrieving ACL tokens. [[GH-5412](https://github.com/hashicorp/consul/pull/5412)] +* agent: Fixed race condition that could turn up while registering services on the local agent. [[GH-4998](https://github.com/hashicorp/consul/issues/4998)] FEATURES: * prepared queries: Enable ServiceMeta filtering for prepared queries. [[GH-5291](https://github.com/hashicorp/consul/pull/5291)]