Skip to content

Commit 5b92d28

Browse files
Add missing ChangeLog entries
1 parent c50efb8 commit 5b92d28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ChangeLog-9.6.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,22 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
44

55
## [9.6.17] - 2024-02-23
66

7+
### Changed
8+
9+
* Improve output of `--check-version` CLI option
10+
* Improve description of `--check-version` CLI option
11+
* Show help for `--manifest`, `--sbom`, and `--composer-lock` when the PHAR is used
12+
713
### Fixed
814

915
* [#5712](https://github.com/sebastianbergmann/phpunit/issues/5712): Update dependencies for PHAR distribution of PHPUnit 9.6
1016

1117
## [9.6.16] - 2024-01-19
1218

19+
### Changed
20+
21+
* Make PHAR build reproducible (the only remaining differences were in the timestamps for the files in the PHAR)
22+
1323
### Fixed
1424

1525
* [#5516](https://github.com/sebastianbergmann/phpunit/issues/5516): Assertions that use the `LogicalNot` constraint (`assertNotEquals()`, `assertStringNotContainsString()`, ...) can generate confusing failure messages

0 commit comments

Comments
 (0)