CHANGELOG.md in dry-schema-1.5.1 vs CHANGELOG.md in dry-schema-1.5.2

- old
+ new

@@ -1,4 +1,17 @@ +## 1.5.2 2020-06-26 + + +### Fixed + +- `Result#{success?,failure?}` work as expected when there are only key validation failures (issue #297 fixed via #298) (@adamransom) + +### Changed + +- Using `full` option no longer adds a space between the name of a key and the message in case of languages that have no spaces between words (ie Japanese) (issue #161 closed via #292 by @tadeusz-niemiec) + +[Compare v1.5.1...v1.5.2](https://github.com/dry-rb/dry-schema/compare/v1.5.1...v1.5.2) + ## 1.5.1 2020-05-21 ### Fixed