1# Changes in PHP_CodeCoverage 4.0 2 3All 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 5## [4.0.8] - 2017-04-02 6 7* Fixed [#515](https://github.com/sebastianbergmann/php-code-coverage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML coverage report 8 9## [4.0.7] - 2017-03-01 10 11### Changed 12 13* Cleaned up requirements in `composer.json` 14 15## [4.0.6] - 2017-02-23 16 17### Changed 18 19* Added support for `phpunit/php-token-stream` 2.0 20* Updated HTML report assets 21 22## [4.0.5] - 2017-01-20 23 24### Fixed 25 26* Fixed formatting of executed lines percentage for classes in file view 27 28## [4.0.4] - 2016-12-20 29 30### Changed 31 32* Implemented [#432](https://github.com/sebastianbergmann/php-code-coverage/issues/432): Change how files with no executable lines are displayed in the HTML report 33 34## [4.0.3] - 2016-11-28 35 36### Changed 37 38* The check for unintentionally covered code is no longer performed for `@medium` and `@large` tests 39 40## [4.0.2] - 2016-11-01 41 42### Fixed 43 44* Fixed [#440](https://github.com/sebastianbergmann/php-code-coverage/pull/440): Dashboard charts not showing tooltips for data points 45 46## [4.0.1] - 2016-07-26 47 48### Fixed 49 50* Fixed [#458](https://github.com/sebastianbergmann/php-code-coverage/pull/458): XML report does not know about warning status 51 52## [4.0.0] - 2016-06-03 53 54### Changed 55 56* This component now uses namespaces 57 58[4.0.8]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.7...4.0.8 59[4.0.7]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.6...4.0.7 60[4.0.6]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.5...4.0.6 61[4.0.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.4...4.0.5 62[4.0.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.3...4.0.4 63[4.0.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.2...4.0.3 64[4.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.1...4.0.2 65[4.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.0...4.0.1 66[4.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.3...4.0.0 67 68