diff --git a/ChangeLog-7.5.md b/ChangeLog-7.5.md index 8cbe4519023..15a96b9df0f 100644 --- a/ChangeLog-7.5.md +++ b/ChangeLog-7.5.md @@ -6,6 +6,7 @@ All notable changes of the PHPUnit 7.5 release series are documented in this fil ### Fixed +* Fixed [#3011](https://github.com/sebastianbergmann/phpunit/issues/3011): Unsupported PHPT `--SECTION--` throws unhandled exception * Fixed [#3515](https://github.com/sebastianbergmann/phpunit/issues/3515): Random order seed is only printed in verbose mode * Fixed [#3517](https://github.com/sebastianbergmann/phpunit/issues/3517): Useless error message when depending on test that does not exist