Skip to content

Commit aafee86

Browse files
Update ChangeLog
1 parent 58f77ce commit aafee86

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.6] - 2025-MM-DD
6+
7+
### Changed
8+
9+
* [#6112](https://github.com/sebastianbergmann/phpunit/pull/6112): Improve performance of `SourceMapper`
10+
511
## [11.5.5] - 2025-01-29
612

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

87+
[11.5.6]: https://github.com/sebastianbergmann/phpunit/compare/11.5.5...11.5
8188
[11.5.5]: https://github.com/sebastianbergmann/phpunit/compare/11.5.4...11.5.5
8289
[11.5.4]: https://github.com/sebastianbergmann/phpunit/compare/11.5.3...11.5.4
8390
[11.5.3]: https://github.com/sebastianbergmann/phpunit/compare/11.5.2...11.5.3

0 commit comments

Comments
 (0)