Update CHANGELOG.md
This commit is contained in:
parent
22c5951ec4
commit
223b7aff89
|
@ -1,5 +1,10 @@
|
|||
## UNRELEASED
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* acl: Prevented multiple ACL token refresh operations from occurring simultaneously. [[GH-3524](https://github.com/hashicorp/consul/issues/3524)]
|
||||
* acl: Add async-cache down policy mode to always do ACL token refreshes in the background to reduce latency. [[GH-3524](https://github.com/hashicorp/consul/issues/3524)]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* api: Intention APIs parse error response body for error message. [[GH-4297](https://github.com/hashicorp/consul/issues/4297)]
|
||||
|
|
Loading…
Reference in New Issue