From 5ad3d5aaf4b912222b011d29aba3c30bf439a3a4 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 30 Oct 2020 22:38:53 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 279f45719..e74c6ad0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.0.4] 2020-10-30 + + * Fixed `check-platform-req` command not being clear on what packages are checked, and added a --lock flag to explicitly check the locked packages + * Fixed `config` & `create-project` adding of repositories to make sure they are prepended as order is much more important in Composer 2, also added a --append flag to `config` to restore the old behavior in the unlikely case this is needed + * Fixed curl downloader failing on old PHP releases or when using self-signed SSL certificates + * Fixed Bitbucket API authentication issue + ### [2.0.3] 2020-10-28 * Fixed bug in `outdated` command where dev packages with branch-aliases where always shown as being outdated