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