From 548505f103d4e55a4044bedcd17bd93eba2fe68b Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 10 Mar 2020 13:56:45 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec514aa2..045b45c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [1.10.0] 2020-03-10 + + * Added `bearer` auth config to authenticate using `Authorization: Bearer ` 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 + * 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 + ### [1.10.0-RC] 2020-02-14 * Breaking: `composer global exec ...` now executes the process in the current working directory instead of executing it in the global directory. @@ -811,6 +819,7 @@ * Initial release +[1.10.0]: https://github.com/composer/composer/compare/1.10.0-RC...1.10.0 [1.10.0-RC]: https://github.com/composer/composer/compare/1.9.3...1.10.0-RC [1.9.3]: https://github.com/composer/composer/compare/1.9.2...1.9.3 [1.9.2]: https://github.com/composer/composer/compare/1.9.1...1.9.2