Update changelog
parent
618fcb800b
commit
75bea6ba73
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
### [2.3.8] 2022-07-01
|
||||
|
||||
* Fixed support for `cache-read-only` where the filesystem is not writable (#10906)
|
||||
* Fixed type error when using `allow-plugins: true` (#10909)
|
||||
* Fixed @putenv scripts receiving arguments passed to the command (#10846)
|
||||
* Fixed support for spaces in paths with binary proxies on Windows (#10836)
|
||||
* Fixed type error in GitDownloader if branches cannot be listed (#10888)
|
||||
* Fixed RootPackageInterface issue on PHP 5.3.3 (#10895)
|
||||
* Fixed type errors (#10904, #10897)
|
||||
|
||||
### [2.3.7] 2022-06-06
|
||||
|
||||
* Fixed a few PHPStan ConfigReturnTypeExtension bugs
|
||||
|
@ -1551,6 +1561,7 @@
|
|||
|
||||
* Initial release
|
||||
|
||||
[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
|
||||
[2.3.5]: https://github.com/composer/composer/compare/2.3.4...2.3.5
|
||||
|
|
Loading…
Reference in New Issue