From 1953f9882890cd0e8c515d43ce28c96f918b0ab4 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 29 Mar 2021 11:44:43 -0700 Subject: [PATCH] add version info. add json now supports unicode output --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7e313baa..6c8cbff1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,7 +12,9 @@ jc changelog time_minute, and time_second fields - Update last parser to use new timestamp function - Add -h option to display the help text. Piping errors no longer show the help text. -- Make all external python library requirements optional: pygments, ruamel.yaml, xmltodict +- Add -v option to display version information. +- Make all external python library dependencies optional: pygments, ruamel.yaml, xmltodict +- JSON output now supports unencoded unicode characters 20210305 v1.14.4 - Packaging fix only for binaries and RPMs hosted on https://github.com/kellyjonbrazil/jc-packaging.