diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e045fb..d3b65ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ - Fixes an issue where eager-loaded assets or Matrix sub field values would not be included in element meta. ### Changed -- The syntax for using Matrix sub fields in config field profiles has been changed to `'matrixFieldHandle.blockTypeHandle:subFieldHandle'`. The old syntax (`'matrixFieldHandle:blockTypeHandle.subFieldHandle'`) is deprecated. -- SEOMate now logs a warning if invalid syntax is used for Matrix sub fields in config field profiles. +- Deprecated the syntax `'matrixFieldHandle:blockTypeHandle.subFieldHandle'` for using Matrix sub field values in element meta. The syntax `'matrixFieldHandle.blockTypeHandle:subFieldHandle'` should be used instead. ## 2.0.0 - 2022-05-04 ### Added