From 61bdc13810749bd2819a572f6b01b1a9aef032c2 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 5 Jan 2023 17:05:03 -0800 Subject: [PATCH] doc update --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 26b97fc0..491b648a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,14 @@ jc changelog -20230103 v1.22.5 +20230105 v1.22.5 - Add TOML parser -- Update copyright dates +- Add AIX support for the `mount` command parser - Fix `lsusb` parser when extra hub port status information is output - Refactor `lsusb` parser for more code reuse - Fix INI parser to include top-level values with no section header - Fix INI and Key/Value parsers to only remove one quotation mark from the beginning and end of values. +- Update copyright dates 20221230 v1.22.4 - Add `iwconfig` command parser