diff --git a/ChangeLog-10.5.md b/ChangeLog-10.5.md index 35ec41b25c1..e6a40a4434a 100644 --- a/ChangeLog-10.5.md +++ b/ChangeLog-10.5.md @@ -13,12 +13,21 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi ## [10.5.10] - 2024-02-04 +### Changed + +* Improve output of `--check-version` CLI option +* Improve description of `--check-version` CLI option + ### Fixed * [#5692](https://github.com/sebastianbergmann/phpunit/issues/5692): `--log-events-text` and `--log-events-verbose-text` require the destination file to exit ## [10.5.9] - 2024-01-22 +### Changed + +* Show help for `--manifest`, `--sbom`, and `--composer-lock` when the PHAR is used + ### Fixed * [#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 ## [10.5.3] - 2023-12-13 +### Changed + +* Make PHAR build reproducible (the only remaining differences were in the timestamps for the files in the PHAR) + ### Deprecated * `Test\AssertionFailed` and `Test\AssertionSucceeded` events