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-12-07 15:46:02 -08:00
parent 82e0160de8
commit 9621475e86

View File

@ -1,5 +1,8 @@
jc changelog
20211207 v1.17.4
- Add support for the NO_COLOR environment variable to force mono
20211202 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)