diff --git a/ChangeLog-10.5.md b/ChangeLog-10.5.md index 96f8bf32c32..f3400155a7a 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.38] - 2024-MM-DD + +### Changed + +* [#6012](https://github.com/sebastianbergmann/phpunit/pull/6012): Remove empty lines between TeamCity events + ## [10.5.37] - 2024-10-19 ### Fixed @@ -340,6 +346,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.38]: https://github.com/sebastianbergmann/phpunit/compare/10.5.37...10.5 [10.5.37]: https://github.com/sebastianbergmann/phpunit/compare/10.5.36...10.5.37 [10.5.36]: https://github.com/sebastianbergmann/phpunit/compare/10.5.35...10.5.36 [10.5.35]: https://github.com/sebastianbergmann/phpunit/compare/10.5.34...10.5.35