File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 7.0.9] - 2019-11-20
6+
7+ ### Changed
8+
9+ * Implemented [ #709 ] ( https://github.com/sebastianbergmann/php-code-coverage/pull/709 ) : Prioritize PCOV over Xdebug
10+
511## [ 7.0.8] - 2019-09-17
612
713### Changed
@@ -100,6 +106,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
100106* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
101107* Update HTML report to Bootstrap 4
102108
109+ [ 7.0.9 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.8...7.0.9
103110[ 7.0.8 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.7...7.0.8
104111[ 7.0.7 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.6...7.0.7
105112[ 7.0.6 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.5...7.0.6
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final class Version
2121 public static function id (): string
2222 {
2323 if (self ::$ version === null ) {
24- $ version = new VersionId ('7.0.8 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('7.0.9 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments