CHANGELOG.md in schemacop-3.0.13 vs CHANGELOG.md in schemacop-3.0.14
- old
+ new
@@ -1,6 +1,12 @@
# Change log
+## 3.0.14 (2021-10-11)
+
+* Add string format `integer_list`
+
+* Improve handling for booleans
+
## 3.0.13 (2021-10-04)
* When using `boolean` with `cast_str: true`, `"0"` is now casted to `false` and
`"1"` to `true`. This in addition to already casting `"true", "false"`.