From 9566b97e6e87aa03cd4993e110445de6f21e42a9 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 29 Jan 2019 13:57:47 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf06a0fd4..4b022d2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### [1.8.1] 2019-01-29 + + * Deprecated support for non-standard package names (anything with uppercase, or no / in it). Make sure to follow the warnings if you see any to avoid problems in 2.0. + * Fixed some packages missing from the autoloader config when installing with --no-dev + * Fixed support for cloning GitLab repos using OAuth tokens instead of SSH keys + * Fixed metapackage installs/updates missing from output + * Fixed --with-dependencies / --with-all-dependencies not updating some packages in some edge cases + * Fixed compatibility with Symfony 4.2 deprecations + * Fixed temp dir not being cleaned up on download error while archiving packages + * Updated to latest ca-bundle + ### [1.8.0] 2018-12-03 * Changed `post-package-install` / `post-package-update` event to be fired *after* the lock file has been updated as opposed to before