From ef7837544c34f2afb238921caccffe1493356624 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 9 Jul 2024 12:32:03 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-11.2.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-11.2.md b/ChangeLog-11.2.md index 0551bac5ec5..3ce8716e138 100644 --- a/ChangeLog-11.2.md +++ b/ChangeLog-11.2.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 11.2 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [11.2.7] - 2024-MM-DD + +### Fixed + +* [#5892](https://github.com/sebastianbergmann/phpunit/issues/5892): Errors during write of `phpunit.xml` are not handled correctly when `--generate-configuration` is used + ## [11.2.6] - 2024-07-03 ### Changed @@ -55,6 +61,7 @@ All notable changes of the PHPUnit 11.2 release series are documented in this fi * [#5800](https://github.com/sebastianbergmann/phpunit/issues/5800): Support for targeting traits with `#[CoversClass]` and `#[UsesClass]` attributes +[11.2.7]: https://github.com/sebastianbergmann/phpunit/compare/11.2.6...11.2 [11.2.6]: https://github.com/sebastianbergmann/phpunit/compare/11.2.5...11.2.6 [11.2.5]: https://github.com/sebastianbergmann/phpunit/compare/11.2.4...11.2.5 [11.2.4]: https://github.com/sebastianbergmann/phpunit/compare/11.2.3...11.2.4