diff --git a/guides/v2.1/extension-dev-guide/versioning/codebase-changes.md b/guides/v2.1/extension-dev-guide/versioning/codebase-changes.md index 327fd3fe6dc..b7a9a1e212a 100644 --- a/guides/v2.1/extension-dev-guide/versioning/codebase-changes.md +++ b/guides/v2.1/extension-dev-guide/versioning/codebase-changes.md @@ -70,6 +70,7 @@ Use this table to understand what changes Magento can make and which version num | | Interface removed| MAJOR| | | Method removed | MAJOR| | | New required method argument | MAJOR| +| | New optional method argument | MAJOR| | | Removed the last argument for a method | MINOR| | | Changed a method signature (excluding last argument removal) | MAJOR| | | New method exception (excluding subtypes of existing exceptions) | MAJOR| @@ -79,6 +80,7 @@ Use this table to understand what changes Magento can make and which version num | | Class removed| MAJOR| | | Method removed | MAJOR| | | New required method argument | MAJOR| +| | New optional method argument | MINOR| | | Removed a non-last argument| MAJOR| | | New required constructor object argument | MINOR| | | New optional constructor argument | MINOR|