diff --git a/CHANGELOG.md b/CHANGELOG.md index ee34068ed..58adb6fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [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) + * Fixed allow-plugins BC mode to ensure old lock files created pre-2.2 can be installed with only a warning but plugins fully loaded (#10920) + * Fixed deprecation notice (#10921) + * Fixed type errors (#10924) + ### [2.3.8] 2022-07-01 * Fixed support for `cache-read-only` where the filesystem is not writable (#10906) @@ -104,6 +111,12 @@ * Fixed symlink creation in linux VM guest filesystems to be recognized by Windows (#10592) * Performance improvement in pool optimization step (#10585) +### [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 allow-plugins BC mode to ensure old lock files created pre-2.2 can be installed with only a warning but plugins fully loaded (#10920) + * Fixed deprecation notice (#10921) + ### [2.2.15] 2022-07-01 * Fixed support for `cache-read-only` where the filesystem is not writable (#10906) @@ -1561,6 +1574,7 @@ * Initial release +[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 [2.3.6]: https://github.com/composer/composer/compare/2.3.5...2.3.6 @@ -1572,6 +1586,7 @@ [2.3.0]: https://github.com/composer/composer/compare/2.3.0-RC2...2.3.0 [2.3.0-RC2]: https://github.com/composer/composer/compare/2.3.0-RC1...2.3.0-RC2 [2.3.0-RC1]: https://github.com/composer/composer/compare/2.2.9...2.3.0-RC1 +[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.14]: https://github.com/composer/composer/compare/2.2.13...2.2.14 [2.2.13]: https://github.com/composer/composer/compare/2.2.12...2.2.13