diff --git a/CHANGELOG.md b/CHANGELOG.md index 796e9f6007..0fe3e3a4da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,6 +115,8 @@ BUG FIXES: * auth/aws-ec2: Added a nil check for stored whitelist identity object during renewal [GH-1542] * auth/cert: Fix panic if no client certificate is supplied [GH-1637] + * auth/token: Don't report that a non-expiring root token is renewable, as + attempting to renew it results in an error [GH-1692] * core: Fix regression causing status codes to be `400` in most non-5xx error cases [GH-1553] * core: Fix panic that could occur during a leadership transition [GH-1627]