From 5baa6cc865634142690e78596c640db35e110b29 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 27 Jul 2020 15:44:13 -0700 Subject: [PATCH] add route parser update --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 41a45f2e..3a1d3f7a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,12 @@ jc changelog -202007xx v1.13.0 +20200727 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" +- Update route parser to support IPv6 tables 20200711 v1.12.1 - Fix tests when using older version of pygments library