From 9c34f1d4fc5043186a2de8f4817a508b5cbce97f Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 27 Sep 2017 16:10:58 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae998f0327..7d6dd70427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,7 +103,7 @@ FEATURES: IMPROVEMENTS: * agent: Added support to detect public IPv4 and IPv6 addresses on AWS. [GH-3471] -* agent: Improved list-peers endpoint by avoiding an extra agent RPC call. [GH-3449] +* agent: Improved /v1/operator/raft/configuration endpoint by avoiding an extra agent RPC call. [GH-3449] * server: Updated BoltDB to final version 1.3.1. [GH-3502] * server: Improved dead member reap algorithm to fix edge cases where servers could get left behind. [GH-3452]