From 2de81c22c40073a63b65d82972ba3271e081e25a Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 26 Oct 2016 22:26:44 -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 e1102095ad..0da075e887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,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] -* dns: Fixed external services that pointed to consul addresses (CNAME records) not resolving to A-records [GH-1228] +* dns: Fixed external services that pointed to consul addresses (CNAME records) not resolving to A-records. [GH-1228] * server: Fixed the port numbers in the sample JSON inside peers.info. [GH-2391] ## 0.7.0 (September 14, 2016)