CHANGELOG.md in dry-schema-1.9.1 vs CHANGELOG.md in dry-schema-1.9.2

- old
+ new

@@ -1,7 +1,21 @@ <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS ---> +## 1.9.2 2022-05-28 + + +### Fixed + +- Fix loose JSON schemas for nested hashes (via #401) (@tomdalling) +- Correct spelling error 'mininum' to 'minimum' in json-schema extension (via #404) (@svenanderzen) + +### Changed + +- [performance] YAML message backend allocates less strings (via #399) (@casperisfine) + +[Compare v1.9.1...v1.9.2](https://github.com/dry-rb/dry-schema/compare/v1.9.1...v1.9.2) + ## 1.9.1 2022-02-17 ### Fixed @@ -144,10 +158,10 @@ ### Fixed - Key validation works correctly with a non-nested maybe hashes (issue #311 fixed via #312) (@svobom57) -[Compare v1.5.3...master](https://github.com/dry-rb/dry-schema/compare/v1.5.3...master) +[Compare v1.5.3...main](https://github.com/dry-rb/dry-schema/compare/v1.5.3...main) ## 1.5.3 2020-08-21 ### Fixed