# ChangeLog

All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [13.0.2] - 2026-04-01

### Fixed

* [#1143](https://github.com/sebastianbergmann/php-code-coverage/issues/1143): Race condition in `CachingSourceAnalyser::read()` with parallel test runners

## [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.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/13.0.1...13.0.2
[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
