From 53d7008a44b477ac98e20a6ab160cf575a70ff93 Mon Sep 17 00:00:00 2001 From: Hans Hasselberg Date: Fri, 14 Jun 2019 10:44:46 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a6b5746ef..1696405292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,21 @@ IMPROVEMENTS * agent: improve startup message when no error occurs [[GH-5896](https://github.com/hashicorp/consul/issues/5896)] +* connect: provide -admin-access-log-path for envoy [[GH-5858](https://github.com/hashicorp/consul/pull/5858)] BUG FIXES: * agent: fix several data races and bugs related to node-local alias checks [[GH-5876](https://github.com/hashicorp/consul/issues/5876)] +* api: update link to agent caching in comments [[GH-5935](https://github.com/hashicorp/consul/pull/5935)] * connect: fix proxy address formatting for IPv6 addresses [[GH-5460](https://github.com/hashicorp/consul/issues/5460)] +* docs: remove the misleading default separator for listing keys. [[GH-5288](https://github.com/hashicorp/consul/pull/5288)] +* docs: fix markdown consul operator [[GH-5901](https://github.com/hashicorp/consul/pull/5901)] +* docs: fixed typo polices/policies [[GH-5894](https://github.com/hashicorp/consul/pull/5894)] +* docs: fixed typo [[GH-5854](https://github.com/hashicorp/consul/pull/5854)] +* docs: update default grpc-addr value in connect envoy command [[GH-5886](https://github.com/hashicorp/consul/pull/5886)] +* docs: fix wording [[GH-5889](https://github.com/hashicorp/consul/pull/5889)] * ui: fix service instance linking when multiple non-unique service id's exist on multiple nodes [[GH-5933](https://github.com/hashicorp/consul/pull/5933)] - ## 1.5.1 (May 22, 2019) SECURITY: