Skip to content

Commit

Permalink
Update CHANGELOG [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jul 16, 2019
1 parent 71da5a5 commit 1f9d5f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.2.1 2019-07-16

### Fixed

* Defining an abstract contract class that has no schema no longer crashes (issue #565) (@solnic)
* Fixed an issue where `Rule#each` would crash when the value is not an array (issue #567) (@solnic)
* Fixed an issue where guarding a rule would crash when keys are missing in the input (issue #569) (@solnic)
* Added missing "pathname" require (issue #570) (@solnic)

[Compare v1.2.0...v1.2.1](https://github.com/dry-rb/dry-validation/compare/v1.2.0...v1.2.1)

# v1.2.0 2019-07-08

### Added
Expand Down

0 comments on commit 1f9d5f6

Please sign in to comment.