CHANGELOG.md in dry-schema-0.6.0 vs CHANGELOG.md in dry-schema-1.0.0

- old
+ new

@@ -1,4 +1,17 @@ +# 1.0.0 2019-05-03 + +### Changed + +* [BREAKING] `Result#to_hash` was removed (solnic) + +### Fixed + +* Setting `:any` as the type spec no longer crashes (solnic) +* `Result#error?` handles paths to array elements correctly (solnic) + +[Compare v0.6.0...v1.0.0](https://github.com/dry-rb/dry-schema/compare/v0.6.0...v1.0.0) + # 0.6.0 2019-04-24 ### Changed * Dependency on `dry-types` was bumped to `~> 1.0` (solnic)