ChangeLog-4.0.md 865 Bytes
Newer Older
jhon committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# Changes in PHP_CodeCoverage 4.0

All notable changes of the PHP_CodeCoverage 4.0 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [4.0.2] - 2016-11-01

### Fixed

* Fixed [#440](https://github.com/sebastianbergmann/php-code-coverage/pull/440): Dashboard charts not showing tooltips for data points

## [4.0.1] - 2016-07-26

### Fixed

* Fixed [#458](https://github.com/sebastianbergmann/php-code-coverage/pull/458): XML report does not know about warning status

## [4.0.0] - 2016-06-03

### Changed

* This component now uses namespaces

[4.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.3...4.0.0