From 219e9f8297d7980739341076511f9d2b9b44a5d5 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 4 Mar 2019 09:29:54 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0e15d6f7..8178b8b6f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ BUG FIXES: * 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)] FEATURES: * prepared queries: Enable ServiceMeta filtering for prepared queries. [[GH-5291](https://github.com/hashicorp/consul/pull/5291)]