From 58c0c101afd06470bf9d096838ac262751ece2b7 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Fri, 24 May 2019 13:38:00 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f549f6b07..ccffd8b2ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ IMPROVEMENTS * agent: improve startup message when no error occurs [[GH-5896](https://github.com/hashicorp/consul/issues/5896)] +BUG FIXES: + +* agent: fix several data races and bugs related to node-local alias checks [[GH-5876](https://github.com/hashicorp/consul/issues/5876)] + ## 1.5.1 (May 22, 2019) SECURITY: