From 4af56cdb3e62d4a70160e56a5fcad2654959e089 Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Thu, 14 Jul 2016 14:49:32 +0100 Subject: [PATCH] Update CHANGELOG with fix for #1679 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 573e056b8..2a667adaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ Bug fixes: [#1526](https://github.com/weaveworks/scope/issues/1526) - Force some known column widths to prevent truncation of others [#1641](https://github.com/weaveworks/scope/pull/1641) +- Check if app and probe are running first + [#1679](https://github.com/weaveworks/scope/issues/1679) Documentation: - Replace wget in instructions with curl, as it's more widely avail. on macs