diff --git a/CHANGELOG.md b/CHANGELOG.md index a985efe..56b4180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] - 2024-xx-xx +## [5.3.4] - 2024-04-03 +### Fixed +- Better handling of relative paths + ## [5.3.3] - 2024-02-03 ### Added - Compatibility with `phpunit/php-code-coverage` v11 @@ -114,8 +118,9 @@ - Support for Symfony components older than `<3.4` - Support for HHVM -[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.3..master +[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.4..master +[5.3.4]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.3..v5.3.4 [5.3.3]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..v5.3.3 [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