1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# ChangeLog
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
## [13.0.1] - 2026-02-06
### Fixed
* [#1135](https://github.com/sebastianbergmann/php-code-coverage/issues/1135): Internal methods `driverIs*()` must not assume that `CodeCoverage::$driver` is set
## [13.0.0] - 2026-02-06
### Removed
* This component is no longer supported on PHP 8.3
[13.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/13.0.0...13.0.1
[13.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.5...13.0.0
|