From 49a6c56a7ccc1d3648dfeb8b3b6f3070509fea55 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 31 Oct 2018 22:19:54 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5efd1683..c7e13cf55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [1.7.3] 2018-11-01 + + * Fixed handling of replace/conflict rules. This may affect dependency resolution in some edge cases. + * Fixed Bitbucket API support and migrated all calls to API v2 as v1 is deprecated + * Fixed support for lib-openssl 1.1.1 having only lowercase algorithm names + * Fixed escaping of URLs in Perforce and Svn drivers + * Fixed `show` command not respecting `--path` when a single package name was given + * Fixed regression in 1.7.2's handling of metapackages + ### [1.7.2] 2018-08-16 * Fixed reporting of authentication/rate limiting issues for GitHub API access @@ -687,6 +696,7 @@ * Initial release +[1.7.3]: https://github.com/composer/composer/compare/1.7.2...1.7.3 [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