Skip to content

Commit 1c3982d

Browse files
Update ChangeLog
1 parent a37a378 commit 1c3982d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

5+
## [11.5.38] - 2025-MM-DD
6+
7+
### Changed
8+
9+
* [#6353](https://github.com/sebastianbergmann/phpunit/pull/6353): Disable performance optimization for tests requiring on Xdebug
10+
511
## [11.5.37] - 2025-09-11
612

713
### Changed
@@ -332,6 +338,7 @@ All notable changes of the PHPUnit 11.5 release series are documented in this fi
332338
* [#6055](https://github.com/sebastianbergmann/phpunit/issues/6055): `assertNotContainsOnly()` (use `assertContainsNotOnlyArray()`, `assertContainsNotOnlyBool()`, `assertContainsNotOnlyCallable()`, `assertContainsNotOnlyFloat()`, `assertContainsNotOnlyInt()`, `assertContainsNotOnlyIterable()`, `assertContainsNotOnlyNumeric()`, `assertContainsNotOnlyObject()`, `assertContainsNotOnlyResource()`, `assertContainsNotOnlyClosedResource()`, `assertContainsNotOnlyScalar()`, or `assertContainsNotOnlyString()` instead)
333339
* [#6059](https://github.com/sebastianbergmann/phpunit/issues/6059): `containsOnly()` (use `containsOnlyArray()`, `containsOnlyBool()`, `containsOnlyCallable()`, `containsOnlyFloat()`, `containsOnlyInt()`, `containsOnlyIterable()`, `containsOnlyNumeric()`, `containsOnlyObject()`, `containsOnlyResource()`, `containsOnlyClosedResource()`, `containsOnlyScalar()`, or `containsOnlyString()` instead)
334340

341+
[11.5.38]: https://github.com/sebastianbergmann/phpunit/compare/11.5.37...11.5
335342
[11.5.37]: https://github.com/sebastianbergmann/phpunit/compare/11.5.36...11.5.37
336343
[11.5.36]: https://github.com/sebastianbergmann/phpunit/compare/11.5.35...11.5.36
337344
[11.5.35]: https://github.com/sebastianbergmann/phpunit/compare/11.5.34...11.5.35

0 commit comments

Comments
 (0)