27 lines
801 B
Markdown
27 lines
801 B
Markdown
# Changes in PHP_CodeCoverage 5.2
|
|
|
|
All notable changes of the PHP_CodeCoverage 5.2 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
|
|
|
|
## [5.2.2] - 2017-08-03
|
|
|
|
## Changed
|
|
|
|
* Bumped required versions of dependencies
|
|
|
|
## [5.2.1] - 2017-04-21
|
|
|
|
## Changed
|
|
|
|
* Version 3 of `sebastian/environment` is now required
|
|
|
|
## [5.2.0] - 2017-04-20
|
|
|
|
## Changed
|
|
|
|
* Implemented [#518](https://github.com/sebastianbergmann/php-code-coverage/pull/518): Add more information to XML code coverage report
|
|
|
|
[5.2.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.1...5.2.2
|
|
[5.2.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2.0...5.2.1
|
|
[5.2.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.1...5.2.0
|
|
|