From 9aefbee53a251cf5bd326fb1318ac53b89a42207 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 13 Nov 2020 17:30:31 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index febba8dbe..5fbbba7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [2.0.7] 2020-11-13 + + * Fixed detection of TTY mode, made input non-interactive automatically if STDIN is not a TTY + * Fixed root aliases not being present in lock file if not required by anything else + * Fixed `remove` command requiring a lock file to be present + * Fixed `Composer\InstalledVersions` to always contain up to date data during installation + * Fixed `status` command breaking on slow networks + * Fixed order of POST_PACKAGE_* events to occur together once all installations of a package batch are done + ### [2.0.6] 2020-11-07 * Fixed regression in 2.0.5 dealing with custom installers which do not pass absolute paths @@ -1049,6 +1058,7 @@ * Initial release +[2.0.7]: https://github.com/composer/composer/compare/2.0.6...2.0.7 [2.0.6]: https://github.com/composer/composer/compare/2.0.5...2.0.6 [2.0.5]: https://github.com/composer/composer/compare/2.0.4...2.0.5 [2.0.4]: https://github.com/composer/composer/compare/2.0.3...2.0.4