CHANGELOG.md in schemacop-2.4.3 vs CHANGELOG.md in schemacop-2.4.4
- old
+ new
@@ -8,9 +8,14 @@
### Bug fixes
### Changes
-->
+## 2.4.4 (2020-03-9)
+
+* Add option `allow_obsolete_keys` to `:hash` validator in order to allow
+ validating arbitrary hashes with dynamic keys not specifiable in schema.
+
## 2.4.3 (2020-03-05)
* Only dup hashes and arrays but not the values when creating the modified
datastructure that is returned by `validate!`.