File tree 1 file changed +11
-1
lines changed 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 30
30
| | +-- Backward Compatible changes (Patch release - bug fixes, small additions)
31
31
| +---- Backward Compatible changes (Minor release - small new features, bug fixes)
32
32
+------ Backward Incompatible changes (Major release - new features and/or major changes)
33
-
34
33
```
35
34
36
35
For example:
@@ -56,3 +55,14 @@ It MAY include patch level changes. Patch version MUST be reset to 0 when minor
56
55
Major version ** X** MUST be incremented for a release that introduces backward incompatible changes.
57
56
A major release can also include minor and patch level changes.
58
57
You must reset the patch and minor version to 0 when you change the major version.
58
+
59
+ ## Magento 2 compatibility
60
+
61
+ This table lists the version of the MFTF that was released with a particular version of Magento.
62
+
63
+ | Magento version| MFTF version|
64
+ | ---| ---|
65
+ | 2.3.1 | 2.3.13 |
66
+ | 2.3.0 | 2.3.9 |
67
+ | 2.2.8 | 2.3.13 |
68
+ | 2.2.7 | 2.3.8 |
You can’t perform that action at this time.
0 commit comments