CHANGELOG.md in schemacop-3.0.16 vs CHANGELOG.md in schemacop-3.0.17

- old
+ new

@@ -1,7 +1,10 @@ # Change log -## 3.0.17 (2021-12-06) +## 3.0.17 (2022-06-08) + +* Add options `filter` and `reject` to array nodes which allow to filter arrays + before they are validated. * `#64545`: Fix an issue where `cast_str` in conjunction with `number` notes lead to parsing errors when the given number had a leading zero, e.g. parsing the string `08` lead to an error, as the number was interpreted as an octal string. Numbers are now always being treated as decimal with base 10.