CHANGELOG.md in dry-schema-1.4.1 vs CHANGELOG.md in dry-schema-1.4.2
- old
+ new
@@ -1,4 +1,15 @@
+# 1.4.2 2019-12-19
+
+### Fixed
+
+* `I18n` messages backend supports procs as text properly (issue #208) (@robhanlon22)
+* `I18n` messages backend supports message meta-data (issue #210) (@robhanlon22)
+* Fixed keyword warnings from MRI 2.7.0 (@flash-gordon)
+* Array with a member works correctly with `maybe` (issue #206) (@solnic)
+
+[Compare v1.4.1...v1.4.2](https://github.com/dry-rb/dry-schema/compare/v1.4.1...v1.4.2)
+
# 1.4.1 2019-10-08
### Fixed
- Child schemas no longer mutate processing steps of their parent classes (@skryukov)