From 9e67ae0132c397710e551c8d24a1c7cdac6d6ad9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Nov 2015 14:43:53 -0500 Subject: [PATCH] TW-1724: some commands show color codes when redirected - Thanks to Alan Young. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index aa0902acc..3142cbc09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ - TW-1720 CmdContext uses a mix of both throw and std::cout to convey errors (thanks to Paul Beckingham). - TW-1723 task info causes segfault (thanks to Roman Golovin). +- TW-1724 some commands show color codes when redirected (thanks to Alan Young). - Fixed broken build for Cygwin and older GCC (thanks to Richard Boß). - The default configuration is now 256-color only. - The 'columns' report now shows whether a column is modifiable or read only.