Skip to content

Commit 15b2ae8

Browse files
Merge branch '9.6' into 10.5
2 parents 91e2da2 + 5b92d28 commit 15b2ae8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ChangeLog-10.5.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,21 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
1313

1414
## [10.5.10] - 2024-02-04
1515

16+
### Changed
17+
18+
* Improve output of `--check-version` CLI option
19+
* Improve description of `--check-version` CLI option
20+
1621
### Fixed
1722

1823
* [#5692](https://github.com/sebastianbergmann/phpunit/issues/5692): `--log-events-text` and `--log-events-verbose-text` require the destination file to exit
1924

2025
## [10.5.9] - 2024-01-22
2126

27+
### Changed
28+
29+
* Show help for `--manifest`, `--sbom`, and `--composer-lock` when the PHAR is used
30+
2231
### Fixed
2332

2433
* [#5676](https://github.com/sebastianbergmann/phpunit/issues/5676): PHPUnit's test runner overwrites custom error handler registered using `set_error_handler()` in bootstrap script
@@ -71,6 +80,10 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
7180

7281
## [10.5.3] - 2023-12-13
7382

83+
### Changed
84+
85+
* Make PHAR build reproducible (the only remaining differences were in the timestamps for the files in the PHAR)
86+
7487
### Deprecated
7588

7689
* `Test\AssertionFailed` and `Test\AssertionSucceeded` events

0 commit comments

Comments
 (0)