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.11] - 2020-11-27
6+
7+ ### Added
8+
9+ * Support for Xdebug 3
10+
511## [ 7.0.10] - 2019-11-20
612
713### Fixed
@@ -112,6 +118,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
112118* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
113119* Update HTML report to Bootstrap 4
114120
121+ [ 7.0.11 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.10...7.0.11
115122[ 7.0.10 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.9...7.0.10
116123[ 7.0.9 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.8...7.0.9
117124[ 7.0.8 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.7...7.0.8
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.10 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('7.0.11 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments