We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1f3c1 commit 695dd14Copy full SHA for 695dd14
ChangeLog-3.0.md
@@ -4,8 +4,13 @@ All notable changes of the PHP_CodeCoverage 3.0 release series are documented in
4
5
## [3.0.0] - 2015-10-02
6
7
+### Changed
8
+
9
+* Merged [#384](https://github.com/sebastianbergmann/php-code-coverage/pull/384): Performance improvements
10
11
### Removed
12
13
+* The `PHP_CodeCoverage::setProcessUncoveredFilesFromWhitelist()` method has been remove
14
* PHP_CodeCoverage is no longer supported on PHP 5.3, PHP 5.4, and PHP 5.5
15
16
[3.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2...3.0.0
0 commit comments