Skip to content

Commit edc11eb

Browse files
Update ChangeLog
1 parent cf2498a commit edc11eb

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.44] - 2025-MM-DD
6+
7+
### Fixed
8+
9+
* [#6402](https://github.com/sebastianbergmann/phpunit/pull/6402): Avoid reading from `STDOUT` when `rewind()` fails
10+
511
## [11.5.43] - 2025-10-30
612

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

377+
[11.5.44]: https://github.com/sebastianbergmann/phpunit/compare/11.5.43...11.5
371378
[11.5.43]: https://github.com/sebastianbergmann/phpunit/compare/11.5.42...11.5.43
372379
[11.5.42]: https://github.com/sebastianbergmann/phpunit/compare/11.5.41...11.5.42
373380
[11.5.41]: https://github.com/sebastianbergmann/phpunit/compare/11.5.40...11.5.41

0 commit comments

Comments
 (0)