From 0837e5774b879d2877d71e8cfcf59ae128025d81 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Fri, 14 Jun 2019 10:47:50 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1696405292..573a397058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ IMPROVEMENTS * agent: improve startup message when no error occurs [[GH-5896](https://github.com/hashicorp/consul/issues/5896)] +* agent: make sure client agent rate limits apply when hitting the client interface on a server directly [[GH-5927](https://github.com/hashicorp/consul/pull/5927)] * connect: provide -admin-access-log-path for envoy [[GH-5858](https://github.com/hashicorp/consul/pull/5858)] +* connect: upgrade Envoy xDS protocol to support Envoy 1.10 [[GH-5872](https://github.com/hashicorp/consul/pull/5872)] + BUG FIXES: