Skip to content

Commit 6ebf48d

Browse files
committed
Prepare 2.4.0 release
1 parent b4c1eda commit 6ebf48d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66
### Added
7+
...
8+
9+
### Changed
10+
...
11+
12+
### Fixed
13+
...
14+
15+
## [2.4.0] - 2024-07-15
16+
### Added
717
- Specify failed PHPUnit assertion text to the BrowserStack ("reason" field)/SauceLabs("custom-data" field) test.
818
- Added the `$auto_create` parameter to the `BrowserTestCase::getSession` method, which allows to verify if session is already started.
919
- Added the `ISessionStrategy::isFreshSession` method to indicate fact, that previous `ISessionStrategy::session` call has created a new session instead of reusing a previously created one. Can be used to perform a login once per a test case class.
@@ -105,7 +115,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
105115
### Added
106116
- Initial release.
107117

108-
[Unreleased]: https://github.com/minkphp/phpunit-mink/compare/v2.2.0...HEAD
118+
[Unreleased]: https://github.com/minkphp/phpunit-mink/compare/v2.4.0...HEAD
119+
[2.4.0]: https://github.com/minkphp/phpunit-mink/compare/v2.3.0...v2.4.0
120+
[2.3.0]: https://github.com/minkphp/phpunit-mink/compare/v2.2.0...v2.3.0
109121
[2.2.0]: https://github.com/minkphp/phpunit-mink/compare/v2.1.1...v2.2.0
110122
[2.1.1]: https://github.com/minkphp/phpunit-mink/compare/v2.1.0...v2.1.1
111123
[2.1.0]: https://github.com/minkphp/phpunit-mink/compare/v2.0.1...v2.1.0

0 commit comments

Comments
 (0)