Skip to content

Commit af757ed

Browse files
Update ChangeLog
1 parent eac2e7e commit af757ed

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.15] - 2025-MM-DD
6+
7+
### Changed
8+
9+
* [#6150](https://github.com/sebastianbergmann/phpunit/issues/6150): Reverted change introduced in PHPUnit 11.5.13
10+
511
## [11.5.14] - 2025-03-19
612

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

150+
[11.5.15]: https://github.com/sebastianbergmann/phpunit/compare/11.5.14...11.5
144151
[11.5.14]: https://github.com/sebastianbergmann/phpunit/compare/11.5.13...11.5.14
145152
[11.5.13]: https://github.com/sebastianbergmann/phpunit/compare/11.5.12...11.5.13
146153
[11.5.12]: https://github.com/sebastianbergmann/phpunit/compare/11.5.11...11.5.12

0 commit comments

Comments
 (0)