Update changelog
parent
b195f383f2
commit
5cb24aaa81
|
@ -1,3 +1,11 @@
|
||||||
|
### [2.2.17] 2022-07-13
|
||||||
|
|
||||||
|
* Fixed plugins from CWD/vendor being loaded in some cases like create-project or validate even though the target directory is outside of CWD (#10935)
|
||||||
|
* Fixed support for legacy (Composer 1.x, e.g. hirak/prestissimo) plugins which will not warn/error anymore if not in allow-plugins, as they are anyway not loaded (#10928)
|
||||||
|
* Fixed pre-install check for allowed plugins not taking --no-plugins into account (#10925)
|
||||||
|
* Fixed support for disable_functions containing disk_free_space (#10936)
|
||||||
|
* Fixed RootPackageRepository usages to always clone the root package to avoid interoperability issues with plugins (#10940)
|
||||||
|
|
||||||
### [2.2.16] 2022-07-05
|
### [2.2.16] 2022-07-05
|
||||||
|
|
||||||
* Fixed non-interactive behavior of allow-plugins to throw instead of continue with a warning to avoid broken installs (#10920)
|
* Fixed non-interactive behavior of allow-plugins to throw instead of continue with a warning to avoid broken installs (#10920)
|
||||||
|
@ -1461,6 +1469,7 @@
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
[2.2.17]: https://github.com/composer/composer/compare/2.2.16...2.2.17
|
||||||
[2.2.16]: https://github.com/composer/composer/compare/2.2.15...2.2.16
|
[2.2.16]: https://github.com/composer/composer/compare/2.2.15...2.2.16
|
||||||
[2.2.15]: https://github.com/composer/composer/compare/2.2.14...2.2.15
|
[2.2.15]: https://github.com/composer/composer/compare/2.2.14...2.2.15
|
||||||
[2.2.14]: https://github.com/composer/composer/compare/2.2.13...2.2.14
|
[2.2.14]: https://github.com/composer/composer/compare/2.2.13...2.2.14
|
||||||
|
|
Loading…
Reference in New Issue