CHANGELOG.md in dry-schema-1.6.0 vs CHANGELOG.md in dry-schema-1.6.1
- old
+ new
@@ -1,6 +1,16 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
+## 1.6.1 2021-02-02
+
+
+### Fixed
+
+- Messages#[] handles meta/no meta cases more gracefully and has better interoperability with the I18n backend. This brings MessageCompiler#visit_unexpected_key up to parity with MessageCompiler#visit_predicate. Uses visit_predicate as basis for visit_unexpected_key. (@robhanlon22)
+
+
+[Compare v1.6.0...v1.6.1](https://github.com/dry-rb/dry-schema/compare/v1.6.0...v1.6.1)
+
## 1.6.0 2021-01-21
### Fixed