From c340220a4542582bf382175263311d914f5cae6b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 12 Sep 2023 16:00:47 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-10.3.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-10.3.md b/ChangeLog-10.3.md index 7b69a845535..f385ee5caf5 100644 --- a/ChangeLog-10.3.md +++ b/ChangeLog-10.3.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 10.3 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [10.3.4] - 2023-MM-DD + +### Changed + +* [#5509](https://github.com/sebastianbergmann/phpunit/pull/5509): Generate code coverage report in PHP format as first in list to avoid serializing cache data + ## [10.3.3] - 2023-09-05 ### Fixed @@ -54,6 +60,7 @@ All notable changes of the PHPUnit 10.3 release series are documented in this fi * [#5456](https://github.com/sebastianbergmann/phpunit/issues/5456): Risky Test Check for Output Buffering is performed before after-test methods are called +[10.3.4]: https://github.com/sebastianbergmann/phpunit/compare/10.3.3...10.3 [10.3.3]: https://github.com/sebastianbergmann/phpunit/compare/10.3.2...10.3.3 [10.3.2]: https://github.com/sebastianbergmann/phpunit/compare/10.3.1...10.3.2 [10.3.1]: https://github.com/sebastianbergmann/phpunit/compare/10.3.0...10.3.1