From bcab9078a4c2bfd6ae4dca9448b577d9ed0fc01c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 30 May 2020 17:02:09 -0700 Subject: [PATCH] add w parser fix --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index a167ef3f..6e896149 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,7 @@ jc changelog - Update route parser to add flags_pretty field - Update arp parser to add permanent field (freebsd and osx) - Update arp parser to add expires field (freebsd) +- Update w parser to strip whitespace from what field - Fix freebsd compatibility message for df, fstab, mount, ntpq, stat, and uname parsers - Fix compatibility message for platforms that include the version number at the end (e.g. freebsd12)