Skip to content

Commit 0f2594d

Browse files
Update ChangeLog
1 parent a3ad9d1 commit 0f2594d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-9.6.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 9.6 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [9.6.12] - 2023-MM-DD
6+
7+
### Changed
8+
9+
* [#5508](https://github.com/sebastianbergmann/phpunit/pull/5508): Generate code coverage report in PHP format as first in list to avoid serializing cache data
10+
511
## [9.6.11] - 2023-08-19
612

713
### Added
@@ -83,6 +89,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
8389
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
8490
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
8591

92+
[9.6.12]: https://github.com/sebastianbergmann/phpunit/compare/9.6.11...9.6
8693
[9.6.11]: https://github.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11
8794
[9.6.10]: https://github.com/sebastianbergmann/phpunit/compare/9.6.9...9.6.10
8895
[9.6.9]: https://github.com/sebastianbergmann/phpunit/compare/9.6.8...9.6.9

0 commit comments

Comments
 (0)