From ec5f02018643ccd8a1d7f8ae41f3c6d8e01dab78 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 28 Oct 2020 15:50:42 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c95cdd7..da551fa15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.0.3] 2020-10-28 + + * Fixed bug in `outdated` command where dev packages with branch-aliases where always shown as being outdated + * Fixed issue in lock file interoperability with composer 1.x when using `dev-master as xxx` aliases + * Fixed new `--locked` option being missing from `outdated` command, for checking outdated packages directly from the lock file + * Fixed a few debug/error reporting strings + ### [2.0.2] 2020-10-25 * Fixed regression handling `composer show -s` in projects where no version can be guessed from VCS @@ -1014,6 +1021,7 @@ * Initial release +[2.0.3]: https://github.com/composer/composer/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/composer/composer/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/composer/composer/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/composer/composer/compare/2.0.0-RC2...2.0.0