From b0c909ab5fef7211d6a26112861523cc40749c6a Mon Sep 17 00:00:00 2001 From: "Eric J. Holmes" Date: Fri, 9 Feb 2018 17:59:39 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af7ffe6e8..6571493a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ - assertRenderedBlueprint always dumps current results [GH-528] - stacker now builds a DAG internally [GH-523] - an unecessary DescribeStacks network call was removed [GH-529] +- logging output has been simplified and no longer uses ANSI escape sequences to clear the screen [GH-532] +- logging output is now colorized in `--interactive` mode if the terminal has a TTY [GH-532] ## 1.1.4 (2018-01-26)