From b98e72b8b4eda0ab5ede7725226e61634af572eb Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 30 Mar 2021 21:33:23 -0700 Subject: [PATCH] add ls parser info --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index ca44d9af..6ee3553c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,7 @@ jc changelog - Update timedatectl parser to add epoch_utc field - Update who parser to add epoch field - Update dig parser to add when_epoch and when_epoch_utc fields +- Update ls parser to add epoch and epoch_utc fields - Add -h option to display the help text. Piping errors no longer show the help text. - Add -v option to display version information. - Make all external python library dependencies optional: pygments, ruamel.yaml, xmltodict