From 63df77b136b6a5e018672f611627bd23c3cd8584 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 7 Apr 2022 16:12:35 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1547f5b..8306c5332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [2.3.4] 2022-04-07 + + * Fixed the generated autoload.php to support running on PHP 5.6+ (down from 7.0+) and warn clearly on older PHP versions (#10714) + * Fixed run-script --list flag regression (#10710) + * Fixed curl downloader handling of DNS resolution failures to do an automatic retry (#10716) + * Fixed script handling of external commands not setting the Path env correctly on windows (#10700) + * Fixed various type errors (#10694, #10696, #10702, #10712, #10703) + ### [2.3.3] 2022-04-01 * Added --2.2 flag to `self-update` to pin the Composer version to the 2.2 LTS range (#10682) @@ -1476,6 +1484,7 @@ * Initial release +[2.3.4]: https://github.com/composer/composer/compare/2.3.3...2.3.4 [2.3.3]: https://github.com/composer/composer/compare/2.3.2...2.3.3 [2.3.2]: https://github.com/composer/composer/compare/2.3.1...2.3.2 [2.3.1]: https://github.com/composer/composer/compare/2.3.0...2.3.1