From 7d273f7cd8f1bc2947282e162fd6b0d418188d41 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 16 Aug 2018 16:57:03 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6200d2123..b5efd1683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [1.7.2] 2018-08-16 + + * Fixed reporting of authentication/rate limiting issues for GitHub API access + * Fixed `create-project` not checking the checking the latest commit out when a cache was already present + * Fixed reporting of errors when `global` command can not switch the working directory + * Fixed PHP 5.3 JSON encoding issues with complex unicode character sequences + * Updated to latest ca-bundle and xdebug-handler projects, see related changelogs + ### [1.7.1] 2018-08-07 * Fixed issue autoloading plugins in require-dev in some conditions @@ -679,6 +687,7 @@ * Initial release +[1.7.2]: https://github.com/composer/composer/compare/1.7.1...1.7.2 [1.7.1]: https://github.com/composer/composer/compare/1.7.0...1.7.1 [1.7.0]: https://github.com/composer/composer/compare/1.7.0-RC...1.7.0 [1.7.0-RC]: https://github.com/composer/composer/compare/1.6.5...1.7.0-RC