Update changelog
parent
38efb57ba2
commit
864446e1b9
|
@ -1,3 +1,11 @@
|
|||
### [2.2.11] 2022-04-01
|
||||
|
||||
* Added missing config.bitbucket-oauth in composer-schema.json
|
||||
* Added --2.2 flag to `self-update` to pin the Composer version to the 2.2 LTS range (#10682)
|
||||
* Updated semver, jsonlint deps for minor fixes
|
||||
* Fixed generation of autoload crashing if a package has a broken path (#10688)
|
||||
* Removed dev-master=>dev-main alias from #10372 as it does not work when reloading from lock file and extracting dev deps (#10651)
|
||||
|
||||
### [2.2.10] 2022-03-29
|
||||
|
||||
* Fixed Bitbucket authorization detection due to API changes (#10657)
|
||||
|
@ -1412,6 +1420,7 @@
|
|||
|
||||
* Initial release
|
||||
|
||||
[2.2.11]: https://github.com/composer/composer/compare/2.2.10...2.2.11
|
||||
[2.2.10]: https://github.com/composer/composer/compare/2.2.9...2.2.10
|
||||
[2.2.9]: https://github.com/composer/composer/compare/2.2.8...2.2.9
|
||||
[2.2.8]: https://github.com/composer/composer/compare/2.2.7...2.2.8
|
||||
|
|
Loading…
Reference in New Issue