From 5b92d2809fe6c9dbf892e8016df656f16ef157e1 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 6 Mar 2024 07:47:12 +0100 Subject: [PATCH] Add missing ChangeLog entries --- ChangeLog-9.6.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog-9.6.md b/ChangeLog-9.6.md index 9689bfbbc33..bc3bc025256 100644 --- a/ChangeLog-9.6.md +++ b/ChangeLog-9.6.md @@ -4,12 +4,22 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil ## [9.6.17] - 2024-02-23 +### Changed + +* Improve output of `--check-version` CLI option +* Improve description of `--check-version` CLI option +* Show help for `--manifest`, `--sbom`, and `--composer-lock` when the PHAR is used + ### Fixed * [#5712](https://github.com/sebastianbergmann/phpunit/issues/5712): Update dependencies for PHAR distribution of PHPUnit 9.6 ## [9.6.16] - 2024-01-19 +### Changed + +* Make PHAR build reproducible (the only remaining differences were in the timestamps for the files in the PHAR) + ### Fixed * [#5516](https://github.com/sebastianbergmann/phpunit/issues/5516): Assertions that use the `LogicalNot` constraint (`assertNotEquals()`, `assertStringNotContainsString()`, ...) can generate confusing failure messages