Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0fa616

Browse files
committed
Update changelog
1 parent 885dd9b commit a0fa616

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### [2.8.5] 2025-01-21
2+
3+
* Added build provenance attestation so you can also now download and verify phar files from GitHub releases:
4+
5+
gh release --repo composer/composer download --pattern composer.phar
6+
gh attestation verify --repo composer/composer composer.phar
7+
8+
* Fixed unsupported `funding` values causing parse errors in packages (#12247)
9+
* Fixed support for a few newer funding formats (#12257)
10+
* Fixed InstalledVersions regression from 2.8.4 when `reload()` is used (#12269)
11+
* Fixed psr-0/psr-4 rules having unstable order in `vendor/composer/autoload*.php` (#12263)
12+
* Fixed a few warnings happening incorrectly in edge cases (#12284, #12268, #12283)
13+
114
### [2.8.4] 2024-12-11
215

316
* Fixed exit code of the `audit` command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (#12203)
@@ -1973,6 +1986,7 @@
19731986

19741987
* Initial release
19751988

1989+
[2.8.5]: https://github.com/composer/composer/compare/2.8.4...2.8.5
19761990
[2.8.4]: https://github.com/composer/composer/compare/2.8.3...2.8.4
19771991
[2.8.3]: https://github.com/composer/composer/compare/2.8.2...2.8.3
19781992
[2.8.2]: https://github.com/composer/composer/compare/2.8.1...2.8.2

0 commit comments

Comments
 (0)