CHANGELOG.md in dry-schema-1.10.3 vs CHANGELOG.md in dry-schema-1.10.4
- old
+ new
@@ -1,12 +1,22 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
-## 1.10.3 2019-10-10
+## 1.10.4 2022-10-13
### Fixed
+- Once again reverting zeitwerk related changes that were included in 1.10.3 by an accident :( (@solnic)
+
+
+[Compare v1.10.3...v1.10.4](https://github.com/dry-rb/dry-schema/compare/v1.10.3...v1.10.4)
+
+## 1.10.3 2022-10-10
+
+
+### Fixed
+
- Addressed regressions causing issues with handling sum types (see #419 and #423 fixed via #425) (@robhanlon22)
[Compare v1.10.2...v1.10.3](https://github.com/dry-rb/dry-schema/compare/v1.10.2...v1.10.3)
@@ -212,10 +222,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