diff --git a/ChangeLog-11.5.md b/ChangeLog-11.5.md index db49635e51..7f26f92cce 100644 --- a/ChangeLog-11.5.md +++ b/ChangeLog-11.5.md @@ -10,6 +10,7 @@ All notable changes of the PHPUnit 11.5 release series are documented in this fi ### Fixed +* [#6093](https://github.com/sebastianbergmann/phpunit/issues/6093): Test Double Code Generator does not work when PHPUnit is used from PHAR on PHP 8.4 * [#6094](https://github.com/sebastianbergmann/phpunit/issues/6094): Errors in after-last-test methods are not reported * [#6095](https://github.com/sebastianbergmann/phpunit/issues/6095): Expectation is not counted correctly when a doubled method is called more often than is expected * [#6096](https://github.com/sebastianbergmann/phpunit/issues/6096): `--list-tests-xml` is broken when a group with a numeric name is defined