From 47c7e081f3a0c9be669bacd9e04830244c684ea8 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 9 Dec 2023 11:45:26 -0800 Subject: [PATCH] doc update --- CHANGELOG | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index af9e8ad9..8d665a6b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,15 +1,17 @@ jc changelog -20231128 v1.24.0 +20231209 v1.24.0 +- Add `debconf-show` command parser +- Add `iftop` command parser - Add `pkg-index-alpine` parser for Alpine Linux Package Index files - Add `pkg-index-deb` parser for Debian/Ubuntu Package Index files -- Add `debconf-show` command parser - Add `swapon` command parser - Add `tune2fs` command parser - Remove `iso-datetime` parser deprecated since v1.22.1. (use `datetime-iso` instead) - Update timezone change in Github Actions for node v16 requirement - Add Python 3.12 tests to Github Actions - Refactor `acpi` command parser for code cleanup +- Refactor vendored libraries to remove Python 2 support - Fix `iptables` parser for cases where the `target` field is blank in a rule - Fix `vmstat` parsers for some cases where wide output is used - Fix `mount` parser for cases with spaces in the mount point name