Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 16a741e

Browse files
authored
Merge pull request #4676 from irenelagno/patch-2
Update codebase-changes.md
2 parents 6bf8be8 + 62109b7 commit 16a741e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/v2.1/extension-dev-guide/versioning/codebase-changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Use this table to understand what changes Magento can make and which version num
7070
| | Interface removed| MAJOR|
7171
| | Method removed | MAJOR|
7272
| | New required method argument | MAJOR|
73+
| | New optional method argument | MAJOR|
7374
| | Removed the last argument for a method | MINOR|
7475
| | Changed a method signature (excluding last argument removal) | MAJOR|
7576
| | 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
7980
| | Class removed| MAJOR|
8081
| | Method removed | MAJOR|
8182
| | New required method argument | MAJOR|
83+
| | New optional method argument | MINOR|
8284
| | Removed a non-last argument| MAJOR|
8385
| | New required constructor object argument | MINOR|
8486
| | New optional constructor argument | MINOR|

0 commit comments

Comments
 (0)