Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2018-07-23 09:18:56 -07:00 committed by GitHub
parent 2d5be9a07e
commit 7d44a719cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## UNRELEASED
FEATURES:
* **Alias Checks:** Alias checks allow a service or node to alias the health status of another service or node in the cluster. [[PR-4320](https://github.com/hashicorp/consul/pull/4320)]
BUG FiXES:
* watches, connect proxies: Fix issue with managed proxies and watches attempting to use a client addr that is 0.0.0.0 or :: [[PR-4403](https://github.com/hashicorp/consul/pull/4403)]