From 59449feb3bc04117b4b107561bd68ad02d5c2fa3 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 15 Mar 2012 18:37:09 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a93f6984..985127bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,14 @@ * Added `create-project` command to install a project from scratch with composer * Added automated `classmap` autoloading support for non-PSR-0 compliant projects - * Git clones from GitHub automatically select between git/https/http protocols - * Enhanced `validate` command to give more feedback + * Improved clones from GitHub which now automatically select between git/https/http protocols + * Added support for private GitHub repositories (use --no-interaction for CI) + * Improved `validate` command to give more feedback * Added "file" downloader type to download plain files * Added support for authentication with svn repositories - * Dependency on filter_var is now optional - * Many improvements to the `search` & `show` commands - * Various robustness & error handling improvements + * Removed dependency on filter_var + * Improved the `search` & `show` commands output + * Various robustness & error handling improvements, docs fixes and more * 1.0.0-alpha1 (2012-03-01)