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 2
2
3
3
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4
4
5
+ ## [7.0.11] - 2020-11-27
6
+
7
+ ### Added
8
+
9
+ * Support for Xdebug 3
10
+
5
11
## [7.0.10] - 2019-11-20
6
12
7
13
### Fixed
@@ -112,6 +118,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
112
118
* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
113
119
* Update HTML report to Bootstrap 4
114
120
121
+ [7.0.11]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.10...7.0.11
115
122
[7.0.10]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.9...7.0.10
116
123
[7.0.9]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.8...7.0.9
117
124
[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
21
21
public static function id(): string
22
22
{
23
23
if (self::$version === null) {
24
- $version = new VersionId('7.0.10 ', \dirname(__DIR__));
24
+ $version = new VersionId('7.0.11 ', \dirname(__DIR__));
25
25
self::$version = $version->getVersion();
26
26
}
27
27
You can’t perform that action at this time.
0 commit comments