From ff27fdf4eaafc1d0cd201f725bf70ced870bbbae Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 6 May 2020 10:25:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d41be6a1..ab1d3bba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [1.10.6] 2020-05-06 + + * Fixed version guessing to take composer-runtime-api and composer-plugin-api requirements into account to avoid selecting packages which require Composer 2 + * Fixed package name validation to allow several dashes following each other + * Fixed post-status-cmd script not firing when there were no changes to be displayed + * Fixed composer-runtime-api support on Composer 1.x, the package is now present as 1.0.0 + * Fixed support for composer show --name-only --self + * Fixed detection of GitLab URLs when handling authentication in some cases + ### [1.10.5] 2020-04-10 * Fixed self-update on PHP <5.6, seriously please upgrade people, it's time @@ -846,6 +855,7 @@ * Initial release +[1.10.6]: https://github.com/composer/composer/compare/1.10.5...1.10.6 [1.10.5]: https://github.com/composer/composer/compare/1.10.4...1.10.5 [1.10.4]: https://github.com/composer/composer/compare/1.10.3...1.10.4 [1.10.3]: https://github.com/composer/composer/compare/1.10.2...1.10.3