From 8d018176b1fde3558be57fa54fd679382eb2ef26 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 24 Oct 2020 10:44:58 +0200 Subject: [PATCH] =?UTF-8?q?Update=20changelog=20for=202.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0929ab09..d40b45ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [2.0.0] 2020-10-24 + + * Fixed proxy handling issues when combined with our new curl-based downloader + * Fixed solver bug resulting in endless loops in some cases + * Fixed solver output being extremely long due to learnt rules + * Fixed solver bug with multi literals + * Fixed a couple minor regressions + ### [2.0.0-RC2] 2020-10-14 * Breaking: Removed `OperationInterface::getReason` as the data was not accurate @@ -996,6 +1004,7 @@ * Initial release +[2.0.0]: https://github.com/composer/composer/compare/2.0.0-RC2...2.0.0 [2.0.0-RC2]: https://github.com/composer/composer/compare/2.0.0-RC1...2.0.0-RC2 [2.0.0-RC1]: https://github.com/composer/composer/compare/2.0.0-alpha3...2.0.0-RC1 [2.0.0-alpha3]: https://github.com/composer/composer/compare/2.0.0-alpha2...2.0.0-alpha3