From f54878d92e31ab5e5c90c16d3a2896fc827e7ef0 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 13 Jul 2022 15:48:20 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1aea7dbe..43419d94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [2.3.10] 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.3.9] 2022-07-05 * Fixed non-interactive behavior of allow-plugins to throw instead of continue with a warning to avoid broken installs (#10920) @@ -1582,6 +1590,7 @@ * Initial release +[2.3.10]: https://github.com/composer/composer/compare/2.3.9...2.3.10 [2.3.9]: https://github.com/composer/composer/compare/2.3.8...2.3.9 [2.3.8]: https://github.com/composer/composer/compare/2.3.7...2.3.8 [2.3.7]: https://github.com/composer/composer/compare/2.3.6...2.3.7