From fad63ef748b0c49649154a138da9479649870668 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 30 Nov 2016 21:11:42 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ededc715b..8d2c854d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ BUG FIXES: * api: Added new `HealthChecks.AggregatedStatus()` method that makes it easy get an overall health status from a list of checks. [GH-2544] * ui: Fixed an issue where extra commas would be shown around service tags. [GH-2340] * ui: Customized Bootstrap config to avoid missing font file references. [GH-2485] +* ui: Removed "Deregister" button as removing nodes from the catalog isn't a common operation and leads to lots of user confusion. [GH-2541] ## 0.7.1 (November 10, 2016)