From 9f35e8a8eefdb0f09f2da96fb114869ae3dc6816 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 28 Mar 2024 10:46:47 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog-10.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog-10.5.md b/ChangeLog-10.5.md index 4608764922b..f5b8e974524 100644 --- a/ChangeLog-10.5.md +++ b/ChangeLog-10.5.md @@ -7,6 +7,7 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi ### Changed * [#5766](https://github.com/sebastianbergmann/phpunit/pull/5766): Do not use a shell in `proc_open()` if not really needed +* [#5772](https://github.com/sebastianbergmann/phpunit/pull/5772): Cleanup process handling after dropping temp-file handling ### Fixed