Skip to content

Commit cec04e4

Browse files
Update ChangeLog
1 parent 3932607 commit cec04e4

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.29] - 2025-MM-DD
6+
7+
### Fixed
8+
9+
* [#6160](https://github.com/sebastianbergmann/phpunit/issues/6160): Baseline file in a subdirectory contains absolute paths
10+
511
## [11.5.28] - 2025-07-31
612

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

266+
[11.5.29]: https://github.com/sebastianbergmann/phpunit/compare/11.5.28...11.5
260267
[11.5.28]: https://github.com/sebastianbergmann/phpunit/compare/11.5.27...11.5.28
261268
[11.5.27]: https://github.com/sebastianbergmann/phpunit/compare/11.5.26...11.5.27
262269
[11.5.26]: https://github.com/sebastianbergmann/phpunit/compare/11.5.25...11.5.26

0 commit comments

Comments
 (0)