From f726689dc2c318544505ac5c4679b1b9932b823b Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 10 May 2016 14:57:07 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac697d5a4..80a8c68d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [1.1.0] - 2016-05-10 + + * Added fallback to SSH for https bitbucket URLs + * Added BaseCommand::isProxyCommand that can be overriden to mark a command as being a mere proxy, which helps avoid duplicate warnings etc on composer startup + * Fixed archiving generating long paths in zip files on Windows + ### [1.1.0-RC] - 2016-04-29 * Added ability for plugins to register their own composer commands