From a2997e28235f3839f618f3abd19844760527db14 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 28 Sep 2017 15:40:07 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5451d886c..da7d33113a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -111,6 +111,7 @@ IMPROVEMENTS: BUG FIXES: * agent: Fixed an issue where disabling both the http and https interfaces would cause a watch-related error on agent startup, even when no watches were defined. [GH-3425] +* cli: If the `consul operator raft list-peers` command encounters an error it will now exit with a non-zero exit code. [GH-3513] ## 0.9.3 (September 8, 2017)