Skip to content

Commit eb1c305

Browse files
Update ChangeLog
1 parent a663ff7 commit eb1c305

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-11.2.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 11.2 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [11.2.5] - 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
## [11.2.4] - 2024-06-20
612

713
### Changed
@@ -43,6 +49,7 @@ All notable changes of the PHPUnit 11.2 release series are documented in this fi
4349

4450
* [#5800](https://github.com/sebastianbergmann/phpunit/issues/5800): Support for targeting traits with `#[CoversClass]` and `#[UsesClass]` attributes
4551

52+
[11.2.5]: https://github.com/sebastianbergmann/phpunit/compare/11.2.4...11.2
4653
[11.2.4]: https://github.com/sebastianbergmann/phpunit/compare/11.2.3...11.2.4
4754
[11.2.3]: https://github.com/sebastianbergmann/phpunit/compare/11.2.2...11.2.3
4855
[11.2.2]: https://github.com/sebastianbergmann/phpunit/compare/11.2.1...11.2.2

0 commit comments

Comments
 (0)