From d5c5209b45ecf2d54d05caf30511c147ab5d1513 Mon Sep 17 00:00:00 2001 From: Piotr Solnica Date: Thu, 30 May 2019 10:08:15 +0200 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944d175b..51ca8509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ -# v1.1.0 to-be-released +# v1.1.0 2019-05-30 + +### Added + +* `Config` exposes `predicates` setting too (solnic) ### Fixed +* `filled` macro behavior results in `must be filled` error messages when appropriate - see PR #141 for more information (issue #134) (solnic) * Filter rules no longer cause keys to be added to input (issue #142) (solnic) * Filter rules work now with inheritance (solnic) -* Inherited type schemas used by coercion is now properly configured as `lax` type (solnic) +* 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) [Compare v1.0.3...v1.1.0](https://github.com/dry-rb/dry-schema/compare/v1.0.3...v1.1.0)