Update changelog
parent
7eb8f92a93
commit
1240bdadcf
|
@ -1,3 +1,9 @@
|
||||||
|
### [2.2.10] 2022-03-29
|
||||||
|
|
||||||
|
* Fixed Bitbucket authorization detection due to API changes (#10657)
|
||||||
|
* Fixed validate command warning about dist/source keys if defined (#10655)
|
||||||
|
* Fixed deletion/handling of corrupted 0-bytes zip archives (#10666)
|
||||||
|
|
||||||
### [2.2.9] 2022-03-15
|
### [2.2.9] 2022-03-15
|
||||||
|
|
||||||
* Fixed regression with plugins that modify install path of packages, [see docs](https://getcomposer.org/doc/articles/plugins.md#plugin-modifies-install-path) if you are authoring such a plugin (#10621)
|
* Fixed regression with plugins that modify install path of packages, [see docs](https://getcomposer.org/doc/articles/plugins.md#plugin-modifies-install-path) if you are authoring such a plugin (#10621)
|
||||||
|
@ -1406,6 +1412,7 @@
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
[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.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
|
[2.2.8]: https://github.com/composer/composer/compare/2.2.7...2.2.8
|
||||||
[2.2.7]: https://github.com/composer/composer/compare/2.2.6...2.2.7
|
[2.2.7]: https://github.com/composer/composer/compare/2.2.6...2.2.7
|
||||||
|
|
Loading…
Reference in New Issue