From 79bdae5cc43ef3a3fc31854fb2ba73a0c61acaea Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 4 Jun 2021 08:00:23 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-8.5.md | 1 + 1 file changed, 1 insertion(+) 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