1
0
Fork 0

Update changelog

pull/11014/head
Jordi Boggiano 2022-08-20 11:44:25 +02:00
parent ceb8bef778
commit 7ec6d16da9
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
### [2.4.1] 2022-08-20
* Added a `COMPOSER_NO_AUDIT` env var to easily apply the new --no-audit flag in CI (#10998)
* Fixed `show` command showing packages in two sections, this was only meant for the `outdated` command (#11000)
* Fixed local git repos being copied to cache unnecessarily (#11001)
* Fixed git cache invalidation issue when a git tag gets created after the cache has loaded a given reference (#11004)
### [2.4.0] 2022-08-16 ### [2.4.0] 2022-08-16
* Added `json` format output to the new `audit` command (#10965) * Added `json` format output to the new `audit` command (#10965)
@ -1619,6 +1626,7 @@
* Initial release * Initial release
[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]: 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 [2.4.0-RC1]: https://github.com/composer/composer/compare/2.3.10...2.4.0-RC1
[2.3.10]: https://github.com/composer/composer/compare/2.3.9...2.3.10 [2.3.10]: https://github.com/composer/composer/compare/2.3.9...2.3.10