diff --git a/CHANGELOG b/CHANGELOG index 5f3baa62..1d64ef46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ jc changelog 20231023 v1.23.6 - Fix XML parser for xmltodict library versions < 0.13.0 +- Fix `who` command parser for cases when the from field contains spaces 20231021 v1.23.5 - Add `host` command parser diff --git a/docs/parsers/who.md b/docs/parsers/who.md index 1abd1a0d..0024d638 100644 --- a/docs/parsers/who.md +++ b/docs/parsers/who.md @@ -158,4 +158,4 @@ Returns: ### Parser Information Compatibility: linux, darwin, cygwin, aix, freebsd -Version 1.7 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.8 by Kelly Brazil (kellyjonbrazil@gmail.com)