From 0d42858a268698f4893392edf8264fd09fabb5b0 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Wed, 3 Apr 2024 20:24:19 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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