From bf21e4e016aca6d4cc6e62d04b7c792a371e7cf9 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 31 Aug 2016 17:22:36 -0700 Subject: [PATCH] Add changelog entry for #1668 / #1661 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657dd351e..b78c546a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ BUG FIXES: * client: Artifact download failures will be retried before failing tasks [GH-1558] * client/fingerprint: Fix inconsistent CPU MHz fingerprinting [GH-1366] + * discovery: Fix old services not getting removed from consul on update + [GH-1668] * discovery: Fix HTTP timeout with Server HTTP health check when there is no leader [GH-1656]