diff --git a/docs/versioning.md b/docs/versioning.md index 026cab8f8..660b88a40 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -30,7 +30,6 @@ X.Y.Z | | +-- Backward Compatible changes (Patch release - bug fixes, small additions) | +---- Backward Compatible changes (Minor release - small new features, bug fixes) +------ Backward Incompatible changes (Major release - new features and/or major changes) - ``` For example: @@ -56,3 +55,14 @@ It MAY include patch level changes. Patch version MUST be reset to 0 when minor Major version **X** MUST be incremented for a release that introduces backward incompatible changes. A major release can also include minor and patch level changes. You must reset the patch and minor version to 0 when you change the major version. + +## Magento 2 compatibility + +This table lists the version of the MFTF that was released with a particular version of Magento. + +|Magento version| MFTF version| +|---|---| +| 2.3.1 | 2.3.13 | +| 2.3.0 | 2.3.9 | +| 2.2.8 | 2.3.13 | +| 2.2.7 | 2.3.8 |