diff --git a/CHANGELOG b/CHANGELOG index 4c387050..1b8d821a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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