diff --git a/changelog.txt b/changelog.txt index 997a02fb..e4cba13f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,12 @@ jc changelog 201911xx v1.5.1 -- Add -r and raw=True options. By default, jc will now convert numbers, if possible, and add other semantic information, while the raw output will keep all values as text and provide a more literal JSON output +- Add -r and raw=True options. By default, jc will now convert numbers and boolean, if possible, and add other semantic information, while the raw output will keep all values as text and provide a more literal JSON output - Clean up helptext code +- Add compatibility warnings to stderr +- Add -q and quiet=True options to suppress warnings to stderr +- Updated lsof parser to allow parsing of added columns +- Updated netstat parser to allow parsing of unix sockets 20191031 v1.1.1 - Add arp parser