From a0e2b8bda53076908f1263a8d502b739d4746850 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 5 Oct 2016 18:11:35 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b1c2f864..bff5ec22d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ BUG FIXES: * agent: Fixed a Go race issue with log buffering at startup. [GH-2262] * 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] +* server: Fixed the port numbers in the sample peers JSON inside peers.info. [GH-2391] ## 0.7.0 (September 14, 2016)