File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ PHP_CodeCoverage 1.2
33
44This is the list of changes for the PHP_CodeCoverage 1.2 release series.
55
6+ PHP_CodeCoverage 1.2.10
7+ -----------------------
8+
9+ * Fixed #158 : Executable code on a line that has a comment is processed incorrectly.
10+ * Eliminated the coupling to ` PHPUnit_Util_Printer ` in ` PHP_CodeCoverage_Report_Text ` .
11+
612PHP_CodeCoverage 1.2.9
713----------------------
814
Original file line number Diff line number Diff line change 5656 */
5757class PHP_CodeCoverage_Version
5858{
59- const VERSION = '1.2.9 ' ;
59+ const VERSION = '1.2.10 ' ;
6060 protected static $ version ;
6161
6262 /**
Original file line number Diff line number Diff line change 1717 <email >sb@sebastian-bergmann.de</email >
1818 <active >yes</active >
1919 </lead >
20- <date >2013-02-26 </date >
20+ <date >2013-05-13 </date >
2121 <version >
22- <release >1.2.9 </release >
23- <api >1.2.0 </api >
22+ <release >1.2.10 </release >
23+ <api >1.2.10 </api >
2424 </version >
2525 <stability >
2626 <release >stable</release >
You can’t perform that action at this time.
0 commit comments