Skip to content

Commit 46e02a3

Browse files
Update ChangeLog
1 parent 3a664ca commit 46e02a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-10.5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 10.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [10.5.24] - 2024-MM-DD
6+
7+
### Changed
8+
9+
* [#5877](https://github.com/sebastianbergmann/phpunit/pull/5877): Use `array_pop()` instead of `array_shift()` for processing `Test` objects in `TestSuite::run()` and optimize `TestSuite::isEmpty()`
10+
511
## [10.5.23] - 2024-06-20
612

713
### Changed
@@ -222,6 +228,7 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
222228

223229
* [#5563](https://github.com/sebastianbergmann/phpunit/issues/5563): `createMockForIntersectionOfInterfaces()` does not automatically register mock object for expectation verification
224230

231+
[10.5.24]: https://github.com/sebastianbergmann/phpunit/compare/10.5.23...10.5
225232
[10.5.23]: https://github.com/sebastianbergmann/phpunit/compare/10.5.22...10.5.23
226233
[10.5.22]: https://github.com/sebastianbergmann/phpunit/compare/10.5.21...10.5.22
227234
[10.5.21]: https://github.com/sebastianbergmann/phpunit/compare/10.5.20...10.5.21

0 commit comments

Comments
 (0)