From f8941b6589c721a556d1834035a6406eaf9c292c Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 28 Mar 2024 07:29:36 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog-10.5.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-10.5.md b/ChangeLog-10.5.md index 3679143c12e..70c05c9bd78 100644 --- a/ChangeLog-10.5.md +++ b/ChangeLog-10.5.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 10.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [10.5.16] - 2024-MM-DD + +### Fixed + +* [#5570](https://github.com/sebastianbergmann/phpunit/pull/5570): Windows does not support exclusive locks on stdout + ## [10.5.15] - 2024-03-22 ### Fixed @@ -166,6 +172,7 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi * [#5563](https://github.com/sebastianbergmann/phpunit/issues/5563): `createMockForIntersectionOfInterfaces()` does not automatically register mock object for expectation verification +[10.5.16]: https://github.com/sebastianbergmann/phpunit/compare/10.5.15...10.5 [10.5.15]: https://github.com/sebastianbergmann/phpunit/compare/10.5.14...10.5.15 [10.5.14]: https://github.com/sebastianbergmann/phpunit/compare/10.5.13...10.5.14 [10.5.13]: https://github.com/sebastianbergmann/phpunit/compare/10.5.12...10.5.13