diff --git a/ChangeLog-7.5.md b/ChangeLog-7.5.md index 15a96b9df0f..0e6d2039fce 100644 --- a/ChangeLog-7.5.md +++ b/ChangeLog-7.5.md @@ -7,6 +7,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 [#3461](https://github.com/sebastianbergmann/phpunit/issues/3461): `StringEndsWith` matches too loosely * 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