From 4b97846c865849ec01d67d2d27fa24567e1e04e9 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Thu, 3 Nov 2016 02:00:45 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 602e48d803..f7f99349d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ BUG FIXES: * agent: Fixed a panic during anti-entropy sync for services and checks. [GH-2125] * agent: Fixed an issue on Windows where "wsarecv" errors were logged when CLI commands accessed the RPC interface. [GH-2356] * agent: Syslog initialization will now retry on errors for up to 60 seconds to avoid a race condition at system startup. [GH-1610] +* agent: Fixed a panic when both -dev and -bootstrap-expect flags were provided. [GH-2464] * dns: Fixed external services that pointed to consul addresses (CNAME records) not resolving to A-records. [GH-1228] * dns: Fixed an issue with SRV lookups where the service address was different from the node's. [GH-832] * server: Fixed the port numbers in the sample JSON inside peers.info. [GH-2391]