From bb785d553dd44643102bccb4054cdfad85bb1795 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sun, 15 Sep 2024 19:04:02 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d3dd9..be162ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] - 2024-xx-xx +## [5.3.2.1] - 2024-09-15 +### Fixed +- Better handling of PCOV and Xdebug running side by side + ## [5.3.2] - 2023-12-09 ### Added - Support for Symfony 7 @@ -107,8 +111,9 @@ - Support for Symfony components older than `<3.4` - Support for HHVM -[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..master +[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2.1..master +[5.3.2.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..v5.3.2.1 [5.3.2]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.1..v5.3.2 [5.3.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.0..v5.3.1 [5.3.0]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.2..v5.3.0