Update CHANGELOG.md

This commit is contained in:
Matt Keeler 2018-07-12 09:16:18 -04:00 committed by GitHub
parent 0a365b1a4f
commit a3c92217e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ 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)]
* catalog: Allow node renaming when node IDs match and the name isn't assigned to another node. [[GH-3974](https://github.com/hashicorp/consul/issues/3974)]
* proxy: Pass through HTTP client env vars to managed proxies so that they can connect back to Consul over HTTPs when not serving HTTP. [[PR-4374](https://github.com/hashicorp/consul/pull/4374)]
BUG FIXES: