From c79e5fc33e4dbafb957ff40fd1f0b025e568c314 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 30 Nov 2017 18:28:36 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e53ed8b..46efc524b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [1.5.3] - 2017-11-30 + + * Fixed require/remove commands reverting the composer.json change when a non-solver-related error occurs + * Fixed GitLabDriver to support installations of GitLab not at the root of the domain + * Fixed create-project not following the optimize-autoloader flag of the root package + * Fixed Authorization header being forwarded across domains after a redirect + * Improved some error messages for clarity + ### [1.5.2] - 2017-09-11 * Fixed GitLabDriver looping endlessly in some conditions