Update changelog
parent
fbc85dede8
commit
7cb994fade
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
### [2.2.14] 2022-06-06
|
||||
|
||||
* Fixed handling of broken symlinks when checking whether a package is still installed (#6708)
|
||||
* Fixed JSON schema regex pattern for name to be JS compatible (#10811)
|
||||
* Fixed bin proxies to allow a proxy to include another one safely (#10823)
|
||||
* Fixed gitlab-token JSON schema definition (#10800)
|
||||
* 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.2.13] 2022-05-25
|
||||
|
||||
* Fixed invalid credentials loop when setting up GitLab token (#10748)
|
||||
|
@ -1436,6 +1446,7 @@
|
|||
|
||||
* Initial release
|
||||
|
||||
[2.2.14]: https://github.com/composer/composer/compare/2.2.13...2.2.14
|
||||
[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
|
||||
|
|
Loading…
Reference in New Issue