CHANGELOG.md in dry-schema-0.5.0 vs CHANGELOG.md in dry-schema-0.5.1

- old
+ new

@@ -1,5 +1,13 @@ +# 0.5.1 2019-04-17 + +### Fixed + +* Key map no longer crashes on unexpected input (issue #118) (solnic) + +[Compare v0.5.0...v0.5.1](https://github.com/dry-rb/dry-schema/compare/v0.5.0...v0.5.1) + # 0.5.0 2019-04-04 ### Added * Support for arbitrary meta-data in messages, ie: @@ -27,9 +35,10 @@ end ``` ### Fixed +* Inferring predicates doesn't crash when `Any` type is used (flash-gordon) * Inferring type specs when type is already set works correctly (solnic) ### Changed * [BREAKING] `:monads` extension wraps entire result objects in `Success` or `Failure` (flash-gordon)