1
0
Fork 0

Fix changelog

pull/8682/head
Jordi Boggiano 2020-03-10 16:25:41 +01:00 committed by GitHub
parent 548505f103
commit 625b472b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
### [1.10.0] 2020-03-10
* Added `bearer` auth config to authenticate using `Authorization: Bearer <token>` headers
* Added `plugin-api-version` in composer.lock so future Composer versions know if they are running a lock file which was not built by the correct version
* Added `plugin-api-version` in composer.lock so third-party tools can know which Composer versions was used to generate a lock file
* Fixed composer fund command and funding info parsing to be more useful
* Fixed issue where --no-dev autoload generation was excluding some packages which should not have been excluded
* Fixed 1.10-RC regression in create project's handling of absolute paths