Update CHANGELOG.md

This commit is contained in:
Matt Keeler 2019-07-26 15:59:20 -04:00 committed by GitHub
parent a7c4b7af7c
commit f3d0bdd8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ IMPROVEMENTS:
* connect: change router syntax for matching query parameters to resemble the syntax for matching paths and headers for consistency. [[GH-6163](https://github.com/hashicorp/consul/issues/6163)]
* connect: allow L7 routers to match on http methods [[GH-6164](https://github.com/hashicorp/consul/issues/6164)]
BUG FIXES:
* connect: Fixed a bug that would prevent CA replication/initializing in a secondary DC from working when ACLs were enabled. [[GH-6192](https://github.com/hashicorp/consul/issues/6192)]
## 1.6.0-beta2 (July 15, 2019)
IMPROVEMENTS: