Update changelog
parent
ab9e18027e
commit
a33f658596
11
CHANGELOG.md
11
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
|
||||
|
|
Loading…
Reference in New Issue