From d982af63fd5fce48a91e087599c4a326f22df9d6 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 19 Jul 2016 15:11:07 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa311ec2a..2f9aab3812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ BACKWARDS INCOMPATIBILITIES: IMPROVEMENTS: +* Added version information to the log when Consul starts up. [GH-1404] * Consul will now retry RPC calls that result in "no leader" errors for up to 5 seconds. This allows agents to ride out leader elections with a delayed response vs. an error. [GH-2175]