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 May 30, 2019
1 parent 03e1a11 commit ba171b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Inherited type schemas used by coercion are now properly configured as `lax` type (solnic)
* `Config` is now finalized before instantiating schemas and properly dupped when its inherited (flash-gordon + solnic)
* `Config#eql?` works as expected (solnic)
* Predicates are properly inferred from array with a member type spec, ie `array[:integer]` results in `array? + each(:integer?)` (issue #140) (solnic)

[Compare v1.0.3...v1.1.0](https://github.com/dry-rb/dry-schema/compare/v1.0.3...v1.1.0)

Expand Down

0 comments on commit ba171b8

Please sign in to comment.