1
0
Fork 0

Update changelog

pull/11063/head
Jordi Boggiano 2022-09-14 15:29:38 +02:00
parent 4f04190592
commit d6411ffae8
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 10 additions and 0 deletions

View File

@ -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