annotate vendor/phpunit/php-code-coverage/ChangeLog-5.0.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
rev   line source
Chris@14 1 # Changes in PHP_CodeCoverage 5.0
Chris@14 2
Chris@14 3 All notable changes of the PHP_CodeCoverage 5.0 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
Chris@14 4
Chris@14 5 ## [5.0.4] - 2017-04-02
Chris@14 6
Chris@14 7 ### Added
Chris@14 8
Chris@14 9 * Added `SebastianBergmann\CodeCoverage\Version::id()` method
Chris@14 10
Chris@14 11 ### Fixed
Chris@14 12
Chris@14 13 * Fixed [#515](https://github.com/sebastianbergmann/php-code-coverage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML coverage report
Chris@14 14
Chris@14 15 ## [5.0.3] - 2017-03-06
Chris@14 16
Chris@14 17 ### Fixed
Chris@14 18
Chris@14 19 * Fixed [#451](https://github.com/sebastianbergmann/php-code-coverage/pull/451): Conflict between HTML report assets and directories named `css`, `fonts`, or `js`
Chris@14 20 * Fixed [#485](https://github.com/sebastianbergmann/php-code-coverage/issues/485): Large popover contents cannot be viewed
Chris@14 21
Chris@14 22 ## [5.0.2] - 2017-03-01
Chris@14 23
Chris@14 24 ### Changed
Chris@14 25
Chris@14 26 * Cleaned up requirements in `composer.json`
Chris@14 27
Chris@14 28 ## [5.0.1] - 2017-02-23
Chris@14 29
Chris@14 30 ### Added
Chris@14 31
Chris@14 32 * Implemented [#508](https://github.com/sebastianbergmann/php-code-coverage/pull/508): Support for HackLang's `ENUM` declaration
Chris@14 33
Chris@14 34 ## [5.0.0] - 2017-02-03
Chris@14 35
Chris@14 36 ### Removed
Chris@14 37
Chris@14 38 * This component is no longer supported on PHP 5
Chris@14 39
Chris@14 40 [5.0.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.0.3...5.0.4
Chris@14 41 [5.0.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.0.2...5.0.3
Chris@14 42 [5.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.0.1...5.0.2
Chris@14 43 [5.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.0.0...5.0.1
Chris@14 44 [5.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0...5.0.0
Chris@14 45