Skip to content

Commit 2c1b8ab

Browse files
authored
Editorial pass
1 parent b532751 commit 2c1b8ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ Magento Functional Testing Framework Changelog
66
### Enhancements
77

88
* Customizability
9-
* Changed `<group value="skip"/>` to no longer skip a test, instead test is added to `skip` group.
9+
* `<group value="skip"/>` no longer skips a test. Instead, the test is added to the `skip` group.
1010
* Maintainability
11-
* Trimmed `mftf.log` to not include notices and warnings at test execution time.
12-
* Added chrome option `--ignore-certificate-errors` in `functional.suite.dist.yml`.
11+
* `mftf.log` no longer includes notices and warnings at test execution time.
12+
* Added the Chrome option `--ignore-certificate-errors` to `functional.suite.dist.yml`.
1313
* Traceability
14-
* Changed `bin/mftf static-checks` error file directory from current working directory to `TESTS_BP/tests/_output/static-results/`.
14+
* Changed the `bin/mftf static-checks` error file directory from the current working directory to `TESTS_BP/tests/_output/static-results/`.
1515
* Readability
1616
* Documented [3.0.0 Backward Incompatible Changes.](./docs/backward-incompatible-changes.md)
1717

1818
### Fixes
1919

20-
* Fixed issue with extended data entity won't merge array items.
20+
* Fixed issue where an extended data entity would not merge array items. Array items should merge properly now.
2121

2222
3.0.0 RC3
2323
---------

0 commit comments

Comments
 (0)