CHANGELOG.md in dry-schema-1.6.1 vs CHANGELOG.md in dry-schema-1.6.2

- old
+ new

@@ -1,6 +1,20 @@ <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS ---> +## 1.6.2 2021-04-15 + + +### Added + +- A default error message for `respond_to?` predicate (@rindek) + +### Fixed + +- Using `respond_to?` predicate in blocks works now (@rindek) + + +[Compare v1.6.1...v1.6.2](https://github.com/dry-rb/dry-schema/compare/v1.6.1...v1.6.2) + ## 1.6.1 2021-02-02 ### Fixed