From d6411ffae8f7ad21ead9080cbb9d52bc04c85d72 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 14 Sep 2022 15:29:38 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea74b378f4d5..69d5d2551693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [2.4.2] 2022-09-14 + + * Fixed package filter on `bump` command (#11053) + * Fixed handling of --ignore-platform-req with upper-bound ignores to not apply to conflict rules (#11037) + * Fixed handling of `COMPOSER_DISCARD_CHANGES` when set to `0` + * Fixed handling of zero-major versions in `outdated` command with `--major-only` (#11032) + * Fixed `show --platform` regression since 2.4.0 when running in a directory without composer.json (#11046) + * Fixed a few strict type errors + ### [2.4.1] 2022-08-20 * Added a `COMPOSER_NO_AUDIT` env var to easily apply the new --no-audit flag in CI (#10998) @@ -1626,6 +1635,7 @@ * Initial release +[2.4.2]: https://github.com/composer/composer/compare/2.4.1...2.4.2 [2.4.1]: https://github.com/composer/composer/compare/2.4.0...2.4.1 [2.4.0]: https://github.com/composer/composer/compare/2.4.0-RC1...2.4.0 [2.4.0-RC1]: https://github.com/composer/composer/compare/2.3.10...2.4.0-RC1