From 2cbdf740ba9e17c1abbda53adf87b0447b7a593e Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 7 Jun 2017 13:56:02 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c22e76d..705982d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,8 @@ BUG FIXES: client [GH-2781] * auth/cert: Fix panic on renewal [GH-2749] * auth/cert: Certificate verification for non-CA certs [GH-2761] + * core/acl: Prevent race condition when compiling ACLs in some scenarios + [GH-2826] * secret/database: Increase wrapping token TTL; in a loaded scenario it could be too short * secret/generic: Allow integers to be set as the value of `ttl` field as the