diff --git a/ChangeLog-10.5.md b/ChangeLog-10.5.md index 256bc0efd1..760aadb548 100644 --- a/ChangeLog-10.5.md +++ b/ChangeLog-10.5.md @@ -4,6 +4,10 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi ## [10.5.39] - 2024-MM-DD +### Added + +* [#6081](https://github.com/sebastianbergmann/phpunit/pull/6081): `DefaultResultCache::mergeWith()` for merging result cache instances + ### Fixed * [#6066](https://github.com/sebastianbergmann/phpunit/pull/6066): TeamCity logger does not handle error/skipped events in before-class methods correctly