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

changelog update

This commit is contained in:
Kelly Brazil
2021-11-30 11:59:26 -08:00
parent 1168259bc2
commit d2dc4a983c

View File

@ -1,7 +1,9 @@
jc changelog
20211129 v1.17.3
20211130 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
20211117 v1.17.2
- Fix ping parser to add Alpine linux support