From d2dc4a983c86c538e13e568b908072de4ca0daaf Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 30 Nov 2021 11:59:26 -0800 Subject: [PATCH] changelog update --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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