From 10eedd82e4c4678fbf989fe599d7ca75deced5a8 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 7 Nov 2019 18:34:06 -0800 Subject: [PATCH] changelog update --- changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index edb73bc0..920bfa05 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,10 +2,11 @@ jc changelog 201911xx v1.5.1 - 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 -- Add compatibility warnings to stderr - Add -q and quiet=True options to suppress warnings to stderr +- Add compatibility warnings to stderr - Updated lsof parser to allow parsing of added columns -- Updated netstat parser to allow parsing of unix sockets and non-tcp/udp connections +- Updated mount parser: changed 'access' field name to 'options' +- Updated netstat parser to allow parsing of unix sockets and raw network connections - Clean up code and reorganize package 20191031 v1.1.1