From 2e9a0a9c1221dd01bd683ecbc4871d03738da671 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 22 May 2020 16:21:55 -0700 Subject: [PATCH] add features --- changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5b71e925..4b9f91b6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,9 +2,10 @@ jc changelog 202005xx v1.11.0 - Add dmidecode command parser +- Update stat command parser to add OSX support - Update netstat command parser to add OSX support -- Add netstat -r command parser -- Add netstat -i command parser +- Update netstat command parser to add -r (route) functionality for linux and OSX +- Update netstat command parser to add -i (interface) functionality for linux and OSX 20200511 v1.10.12 - Remove shebang from jc/cli.py for Fedora packaging