diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6b83810..2401d413f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ Magento Functional Testing Framework Changelog ================================================ +3.0.0 RC5 +--------- + +### Enhancements + +* Readability + * Removed blacklist/whitelist terminology in MFTF. + +### Fixes + +* Fixed javascript error seen on chrome 81 for dragAndDrop action. +* Fixed allure issue when `WebDriverCurlException` is encountered in `afterStep`. + 3.0.0 RC4 --------- diff --git a/composer.json b/composer.json index c94ca7e0a..ea1d6b800 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/magento2-functional-testing-framework", "description": "Magento2 Functional Testing Framework", "type": "library", - "version": "3.0.0-RC4", + "version": "3.0.0-RC5", "license": "AGPL-3.0", "keywords": ["magento", "automation", "functional", "testing"], "config": { diff --git a/composer.lock b/composer.lock index f98e1db13..b9707723b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "98d36dbb7c244643cd4f2bd83fa391d6", + "content-hash": "79415f9a24ebaf47d34ea227fc07e142", "packages": [ { "name": "allure-framework/allure-codeception", @@ -6798,5 +6798,6 @@ "ext-json": "*", "ext-openssl": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }