Skip to content

Commit

Permalink
Update ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 12, 2011
1 parent 7baf949 commit 76e74d6
Showing 1 changed file with 7 additions and 27 deletions.
34 changes: 7 additions & 27 deletions ChangeLog.markdown
Original file line number Diff line number Diff line change
@@ -1,32 +1,12 @@
PHP_CodeCoverage 1.0
PHP_CodeCoverage 1.1
====================

This is the list of changes for the PHP_CodeCoverage 1.0 release series.
This is the list of changes for the PHP_CodeCoverage 1.1 release series.

PHP_CodeCoverage 1.0.3
PHP_CodeCoverage 1.1.0
----------------------

* Fixed GH-32: `//@codeCoverageIgnore*` (no leading space) no longer works.
* Fixed a bug in `PHP_CodeCoverage_Report_HTML_Node_File::getNumClasses()`.
* Abstract methods are now excluded from code coverage statistics.
* When the directory to which the Clover XML logfile is to be written does not exist it is created.
* Updated bundled RGraph library to version 2010-12-24.
* Updated bundled YUI library to version 2.8.2r1.

PHP_CodeCoverage 1.0.2
----------------------

* Fixed the `version_compare()` check for Xdebug 2.2.

PHP_CodeCoverage 1.0.1
----------------------

* Covered lines of uncovered files are now correctly marked as uncovered.
* Fixed the detection of uncovered files.
* A warning is now printed when Xdebug 2.2 (or later) is used and `xdebug.coverage_enable=0` is set.
* Various minor performance optimizations.

PHP_CodeCoverage 1.0.0
----------------------

* Initial release.
* Added support for merging serialized-to-disk `PHP_CodeCoverage` objects using `phpcov --merge`.
* Added support for traits.
* Refactored the collection and processing of code coverage data improving code readability and performance.
* Refactored the generation of Clover XML and HTML reports improving code readability and testability.

0 comments on commit 76e74d6

Please sign in to comment.