CHANGELOG.md in dry-schema-1.10.4 vs CHANGELOG.md in dry-schema-1.10.5

- old
+ new

@@ -1,7 +1,18 @@ <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS ---> +## 1.10.5 2022-10-21 + + +### Fixed + +- Key maps no longer include duped keys when using inheritance (issues #428 #372 fixed via #429) (@solnic) +- Key validator and coercer no longer include duped keys when using parent schemas (via #430) (@solnic) + + +[Compare v1.10.4...v1.10.5](https://github.com/dry-rb/dry-schema/compare/v1.10.4...v1.10.5) + ## 1.10.4 2022-10-13 ### Fixed @@ -222,10 +233,10 @@ - `Result#error?(path)` works correctly when the path points to an array item (issue #317 fixed via #318) (@solnic) [Compare v1.5.4...v1.5.5](https://github.com/dry-rb/dry-schema/compare/v1.5.4...v1.5.5) -## 1.5.4 +## 1.5.4 2020-09-03 ### Fixed