From 360106c24d24e6a9697c00a158a14aaa334a4b1f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 27 Jul 2020 09:23:01 -0700 Subject: [PATCH] add tracepath --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 6e76ded2..41a45f2e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,9 @@ jc changelog -20200724 v1.13.0 +202007xx 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 +- Add tracepath command parser tested on linux - Update ini parser to support files only containing key/value pairs - Update uname parser exception with a hint to use "uname -a"