Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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|
Expand Down