Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Aug 4, 2019
1 parent 0ce86f1 commit 9b1100f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.0.1] - 2019-08-04
### Added
- Added back support for `LeanPHP\Behat\CodeCoverage` in behat.yml for seamless drop-in of the fork
### Fixed
- Support for `phpdbg`
- Issue with directories containing dashes in the name
- Issue with `xdebug` and `delete` calls

## [4.0.0] - 2019-08-04
### Added
- Support for version 7.0 of `phpunit/php-code-coverage`
Expand All @@ -8,6 +16,8 @@
- Minimum version of PHP supported is `7.1`
### Removed
- Support for Symfony components older than `<3.4`
- Support for HHVM

[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v4.0.0...master
[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v4.0.1...master
[4.0.1]: https://github.com/dvdoug/behat-code-coverage/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/dvdoug/behat-code-coverage/compare/v3.4.1...v4.0.0

0 comments on commit 9b1100f

Please sign in to comment.