mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-10 22:41:51 +02:00
doc update
This commit is contained in:
@@ -2,6 +2,7 @@ jc changelog
|
|||||||
|
|
||||||
20221025 v1.22.2
|
20221025 v1.22.2
|
||||||
- fix `csv` and `csv-s` parsers for UTF-8 encoded CSV files with leading BOM bytes
|
- 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
|
20221024 v1.22.1
|
||||||
- add `udevadm` command parser
|
- add `udevadm` command parser
|
||||||
|
@@ -158,4 +158,3 @@ def parse(
|
|||||||
raw_output.append(row)
|
raw_output.append(row)
|
||||||
|
|
||||||
return raw_output if raw else _process(raw_output)
|
return raw_output if raw else _process(raw_output)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user