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

Commit 32e02ce

Browse files
committed
Update codebase-changes.md
1 parent 2a2f2b6 commit 32e02ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 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|

0 commit comments

Comments
 (0)