From fc41b7f22c75983c02e9bc09f49c9ffae8fc961a Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 8 Sep 2018 11:16:53 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-7.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog-7.4.md b/ChangeLog-7.4.md index 5490d0bb11a..0ef2c16241c 100644 --- a/ChangeLog-7.4.md +++ b/ChangeLog-7.4.md @@ -7,6 +7,7 @@ All notable changes of the PHPUnit 7.4 release series are documented in this fil ### Added * Implemented [#3127](https://github.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked +* Implemented [#3272](https://github.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0