From 91dfa3d31da5291b94a36e200d418e60113c24c6 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 21 Aug 2017 15:31:40 -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 a76c951945..6871a116a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ BUG FIXES: * serf: Updated memberlist library for deadlock fix. [GH-3396] * agent: Fixed an issue with consul watches not triggering when ACL is enabled. [GH-3392] -* agent: Fixed a panic when retrieving NS or SOA records on Consul clients. This also changed the Consul server list to come from the catalog and not the agent's local state when serving these requests. [GH-3407] +* agent: Fixed a panic when retrieving NS or SOA records on Consul clients (non-servers). This also changed the Consul server list to come from the catalog and not the agent's local state when serving these requests. [GH-3407] ## 0.9.2 (August 9, 2017)