Skip to content

Commit 498bd35

Browse files
authored
Merge pull request #370 from magento-commerce/master
Sync develop from Master
2 parents f285fe3 + acc45c0 commit 498bd35

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
4+
4.6.0
5+
---------
6+
### Enhancements
7+
* Added Support for PHP 8.3 and enabled PR checks for PHP 8.3.
8+
* Bumped `symfony/console` dependency to `^6.0`.
9+
* Bumped `laminas/laminas-diactoros` dependency to `^3.0`.
10+
* Added no-ansi option to bin/mftf command.
11+
12+
### Fixes
13+
* Fixed 8.3 deprecation errors.
14+
* Fixed The build with PTS enabled doesn't apply filter issue.
15+
* Change MFTF command <magentoCLI> to maintain Magento CLI output.
16+
317
4.5.0
418
---------
519
### Enhancements

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "4.5.0",
5+
"version": "4.6.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)