From 056ac0258dbfebb8aedd63ef9e45e46281fd61ab Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 31 Jan 2018 16:22:54 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1abff21f..4a9a026a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [1.6.3] 2018-01-31 + + * Fixed GitLab downloads failing in some edge cases + * Fixed ctrl-C handling during create-project + * Fixed GitHub VCS repositories not prompting for a token in some conditions + * Fixed SPDX license identifiers being case sensitive + * Fixed and clarified a few dependency resolution error reporting strings + * Fixed SVN commit log fetching in verbose mode when using private repositories + ### [1.6.2] 2018-01-05 * Fixed more autoloader regressions @@ -619,6 +628,7 @@ * Initial release +[1.6.3]: https://github.com/composer/composer/compare/1.6.2...1.6.3 [1.6.2]: https://github.com/composer/composer/compare/1.6.1...1.6.2 [1.6.1]: https://github.com/composer/composer/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/composer/composer/compare/1.6.0-RC...1.6.0