From 22abd645a8f74263150aadd4f366aa0e3514f7e6 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 20 Jun 2017 17:59:16 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6106091508..1415164ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ BUG FIXES: * agent: Parse values given to `?passing` for health endpoints. Previously Consul only checked for the existence of the querystring, not the value. That means using `?passing=false` would actually still include passing values. Consul 0.9 now parses the value given to passing as a boolean. If no value is provided, the old behavior remains. **This may be a breaking change for some users**, but the old experience was incorrect and caused enough confusion to warrant changing it. [GH-2212, GH-3136] * agent: Fixed a regression where configuring -1 for the port was no longer disabling the DNS server. [GH-3135] +* server: Fixed an issue where the leader could return stale data duing queries as it is starting up. [GH-2644] ## 0.8.4 (June 9, 2017)