diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e946b..78448e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [Unreleased] - 2022-xx-xx +## [Unreleased] - 2023-xx-xx + +## [5.3.0] - 2023-02-04 ### Added - Compatibility with `phpunit/php-code-coverage` v10. - Added `colors` and `customCSSFile` options to HTML report configuration @@ -84,8 +86,9 @@ - Support for Symfony components older than `<3.4` - Support for HHVM -[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.2...master +[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.0...master +[5.3.0]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.2...v5.3.0 [5.2.2]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.1...v5.2.2 [5.2.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.0...v5.2.1 [5.2.0]: https://github.com/dvdoug/behat-code-coverage/compare/v5.1.1...v5.2.0 diff --git a/docs/configuration.rst b/docs/configuration.rst index abec89a..76d4301 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -10,9 +10,8 @@ Settings are configured in your project's ``behat.yml`` or ``behat.yml.dist``. Driver ------ -In order to generate code coverage data, you must have a code coverage driver installed - using either Xdebug or the -PCOV extensions is recommended, although you can also make use of PHP's built in PHPDBG. Drivers are detected at runtime, -they do not need to be configured. +In order to generate code coverage data, you must have a code coverage driver installed - you may use either Xdebug or +the PCOV extension. Drivers are detected at runtime, they do not need to be configured. Filter ------ diff --git a/docs/installation.rst b/docs/installation.rst index 18ac712..175c70e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -44,7 +44,7 @@ raised. Fixes for any subsequently discovered bugs will be backported as appropr +---------------------+--------+-------------------+------------+--------------------------+ | Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes | +=====================+========+===================+============+==========================+ -| 5.3 | 3.8.1+ | 9.2+, 10 | 9.5.5+, 10 | Not yet released | +| 5.3 | 3.10+ | 9.2+, 10 | 9.5.5+, 10 | | +---------------------+--------+-------------------+------------+--------------------------+ | 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support | +---------------------+--------+-------------------+------------+--------------------------+