Skip to content

Commit 39bd7ae

Browse files
committed
Update CHANGELOG
1 parent 3beded6 commit 39bd7ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.0.5 2019-11-07
2+
3+
- Make `format?` tolerant to `nil` values. It already worked like that before, but starting Ruby 2.7 it would produce warnings. Now it won't. Don't rely on this behavior, it's only added to make tests pass in dry-schema. Use explicit type checks instead (@flash-gordon)
4+
5+
[Compare v1.0.4...v1.0.5](https://github.com/dry-rb/dry-logic/compare/v1.0.4...v1.0.5)
6+
17
# v1.0.4 2019-11-06
28

39
- Fix keyword warnings (@flash-gordon)

0 commit comments

Comments
 (0)