1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-10-26 15:39:32 -07:00
parent bc5821e69f
commit 358324533d
2 changed files with 1 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ jc changelog
20221025 v1.22.2
- fix `csv` and `csv-s` parsers for UTF-8 encoded CSV files with leading BOM bytes
- add python 3.11 tests to github actions
20221024 v1.22.1
- add `udevadm` command parser

View File

@@ -158,4 +158,3 @@ def parse(
raw_output.append(row)
return raw_output if raw else _process(raw_output)