diff --git a/ChangeLog-8.5.md b/ChangeLog-8.5.md index cf425915ff9..23086a447f6 100644 --- a/ChangeLog-8.5.md +++ b/ChangeLog-8.5.md @@ -12,6 +12,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil * [#4663](https://github.com/sebastianbergmann/phpunit/issues/4663): `TestCase::expectError()` works on PHP 7.3, but not on PHP >= 7.4 * [#4678](https://github.com/sebastianbergmann/phpunit/pull/4678): Stubbed methods with `iterable` return types should return empty array by default +* [#4692](https://github.com/sebastianbergmann/phpunit/issues/4692): Annotations in single-line doc-comments are not handled correctly ## [8.5.15] - 2021-03-17