changelog: add managed proxy removal to breaking changes

This commit is contained in:
Mike Morris 2019-08-12 17:03:08 -04:00
parent 59f2272517
commit fe1cc73c45
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## UNRELEASED
BREAKING CHANGES:
* connect: remove deprecated managed proxies and ProxyDestination config [[GH-6220](https://github.com/hashicorp/consul/pull/6220)]
FEATURES:
* connect: expose an API endpoint to compile the discovery chain [[GH-6248](https://github.com/hashicorp/consul/issues/6248)]