From dd8ea4afc538642ebb1d0e0b343352e228aea6d4 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Fri, 7 Aug 2020 12:54:04 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bdbc7..ae7bbf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [5.0.0] - 2020-xx-xx +## [5.0.0] - 2020-08-07 ### Added - - Compatibility with `phpunit/php-code-coverage` v9. Branch and path coverage is automatically enabled when running under Xdebug. + - Compatibility with `phpunit/php-code-coverage` v9. Branch and path coverage is automatically enabled when running under Xdebug. For more information on this feature, see https://doug.codes/php-code-coverage - `branchAndPathCoverage` configuration key to enable/disable path and branch coverage. Setting this to `true` explicitly will warn when the feature cannot be used. - Support for PCOV ### Removed