From a33f6585969bb28362c589e27871af8d7d4c4add Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 6 Jun 2022 16:39:27 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1b0a09f..c9fe7206f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### [2.3.7] 2022-06-06 + + * Fixed a few PHPStan ConfigReturnTypeExtension bugs + * Fixed Config default for auth configs to be empty arrays instead of null, fixes issues with diagnose command (#10814) + * Fixed handling of broken symlinks when checking whether a package is still installed (#6708) + * Fixed bin proxies to allow a proxy to include another one safely (#10823) + * Fixed openssl 3.x version parsing as it is now semver compliant + * Fixed type error when a json file cannot be read (#10818) + * Fixed parsing of multi-line arrays in funding.yml (#10784) + ### [2.3.6] 2022-06-01 * Added `Composer\PHPStan\ConfigReturnTypeExtension` to improve return types of `Config::get()` which you can also use in plugins CI (#10635) @@ -1532,6 +1542,7 @@ * Initial release +[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 [2.3.5]: https://github.com/composer/composer/compare/2.3.4...2.3.5 [2.3.4]: https://github.com/composer/composer/compare/2.3.3...2.3.4