1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-10-24 09:15:58 -07:00
parent 7e045ba7b0
commit 5b8f166169

View File

@ -1,6 +1,6 @@
jc changelog jc changelog
20221021 v1.22.1 20221024 v1.22.1
- add `udevadm` command parser - add `udevadm` command parser
- add `lspci` command parser - add `lspci` command parser
- add `pci.ids` file parser - add `pci.ids` file parser
@ -9,7 +9,7 @@ jc changelog
- rename `iso-datetime` parser to `datetime-iso`. A deprecation warning will - rename `iso-datetime` parser to `datetime-iso`. A deprecation warning will
display until `iso-datetime` is removed in a future version. display until `iso-datetime` is removed in a future version.
- refactor cli module - refactor cli module
- optimize timestamps - optimize performance of calculated timestamps
- add more type annotations - add more type annotations
- add support for deprecating parsers - add support for deprecating parsers