From c73c2ff879b3ed7a3e6f04e53e0a729e4f00ed21 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 24 Jul 2020 16:23:30 -0700 Subject: [PATCH] add ping, traceroute, and ini update --- changelog.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 0a456799..1411c121 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,10 +1,16 @@ jc changelog +20200724 v1.13.0 +- Add ping and ping6 command parser tested on linux, macos, and freebsd +- Add traceroute and traceroute6 command parser tested on linux, macos, and freebsd +- Update ini parser to support files only containing key/value pairs + + 20200711 v1.12.1 - Fix tests when using older version of pygments library 20200710 v1.12.0 -- Add sysctl command parser tested on linux, macOS, and freebsd12 +- Add sysctl command parser tested on linux, macOS, and freebsd - Update the cli code to allow older versions of the pygments library (2.3.0) for debian packaging - Code cleanup on the cli - Add tests for the cli