1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

update changelog

This commit is contained in:
Kelly Brazil
2021-12-01 16:14:22 -08:00
parent 43d34461e2
commit 6c11e912af

View File

@ -1,9 +1,10 @@
jc changelog
20211130 v1.17.3
20211201 v1.17.3
- Update parsers to exit with error if non-string input is detected (raise TypeError)
- Update streaming parsers to exit with error if non-iterable input is detected (raise TypeError)
- Simplify quiet-checking in parsers
- Add iostat parser tested on linux
20211117 v1.17.2
- Fix ping parser to add Alpine linux support