CHANGELOG.md in dry-schema-1.11.2 vs CHANGELOG.md in dry-schema-1.11.3
- old
+ new
@@ -1,6 +1,16 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
+## 1.11.3 2022-10-21
+
+
+### Fixed
+
+- Fixed `array(sum_type)` syntax which was a regression introduced in 1.10.0 (issue #436 fixed via #437) (@solnic)
+
+
+[Compare v1.11.2...v1.11.3](https://github.com/dry-rb/dry-schema/compare/v1.11.2...v1.11.3)
+
## 1.11.2 2022-10-16
### Fixed