From ac5a6e516d320af39d702f02c0497b0ac91709e9 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 23 May 2022 15:12:14 -0700 Subject: [PATCH] doc update --- CHANGELOG | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6a3e3f02..25977ceb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ jc changelog -20220515 v1.20.0 (in progress) +20220523 v1.20.0 (in progress) +- Add YAML output option with `-y` +- Add `top -b` standard and streaming parsers tested on linux - Fix pip-show parser for packages with a multi-line license field 20220513 v1.19.0 @@ -10,7 +12,7 @@ jc changelog - Fix df command parser for rare instances when a newline is found at the end - Allow jc to pip install on unsupported python version 3.6 - Fix asciitable-m parser to skip some rows that contain column separator - characters in cell data. A warning message will be printed to STDOUT + characters in cell data. A warning message will be printed to STDERR unless `-q` or `quiet=True` is used. 20220427 v1.18.8