CHANGELOG.md in dry-schema-1.3.0 vs CHANGELOG.md in dry-schema-1.3.1

- old
+ new

@@ -1,4 +1,13 @@ +# 1.3.1 2019-07-08 + +### Fixed + +* `Result#error?` works correctly with nested hashes and arrays (@solnic) +* `:hints` extension no longer causes a crash where base messages are generated too (issue #165) (@solnic) + +[Compare v1.3.0...v1.3.1](https://github.com/dry-rb/dry-schema/compare/v1.3.0...v1.3.1) + # 1.3.0 2019-07-06 ### Added - Automatic predicate inferring for constrained types! (@flash-gordon)