From 7ac468e35aac1a63c4e22f33aead74a6e41a22a6 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 8 Dec 2021 08:14:36 -0800 Subject: [PATCH] changelog update --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 4d17da33..8a2ab321 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ jc changelog 20211207 v1.17.4 - Add support for the NO_COLOR environment variable to force mono +- Add -C option to force color output even when using pipes (overrides -m and NO_COLOR) 20211202 v1.17.3 - Update parsers to exit with error if non-string input is detected (raise TypeError)