CHANGELOG.md in dry-schema-1.12.0 vs CHANGELOG.md in dry-schema-1.13.0

- old
+ new

@@ -1,7 +1,20 @@ <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS ---> +## 1.13.0 2022-11-24 + + +### Fixed + +- Change required metadata back to true to fix regressions (issue #438 fixed via 439) (@robhanlon22) +- Compatibility with dry-configurable 1.0.1 (@flash-gordon) +- Warnings about using pattern matching on Ruby 2.7 (issue #441 fixed via #442) (@r7kamura) +- Make message cache fully thread-safe (via #440) (@mensfeld) + + +[Compare v1.12.0...v1.13.0](https://github.com/dry-rb/dry-schema/compare/v1.12.0...v1.13.0) + ## 1.12.0 2022-11-04 ### Changed @@ -290,10 +303,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