Update changelog
parent
10d3895f18
commit
86dcc7ac23
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,12 @@
|
|||
### [2.2.13] 2022-05-25
|
||||
|
||||
* Fixed invalid credentials loop when setting up GitLab token (#10748)
|
||||
* Fixed PHP 8.2 deprecations (#10766)
|
||||
* Fixed lock file changes being output even when the lock file creation is disabled
|
||||
* Fixed race condition when multiple requests asking for auth on the same hostname fired concurrently (#10763)
|
||||
* Fixed quoting of commas on Windows (#10775)
|
||||
* Fixed issue installing path repos with a disabled symlink function (#10786)
|
||||
|
||||
### [2.2.12] 2022-04-13
|
||||
|
||||
* Security: Fixed command injection vulnerability in HgDriver/GitDriver (GHSA-x7cr-6qr6-2hh6 / CVE-2022-24828)
|
||||
|
@ -1427,6 +1436,7 @@
|
|||
|
||||
* Initial release
|
||||
|
||||
[2.2.13]: https://github.com/composer/composer/compare/2.2.12...2.2.13
|
||||
[2.2.12]: https://github.com/composer/composer/compare/2.2.11...2.2.12
|
||||
[2.2.11]: https://github.com/composer/composer/compare/2.2.10...2.2.11
|
||||
[2.2.10]: https://github.com/composer/composer/compare/2.2.9...2.2.10
|
||||
|
|
Loading…
Reference in New Issue