Browse Source

Update CHANGELOG

Jordi Boggiano 13 years ago
parent
commit
39f16fb7ff
1 changed files with 4 additions and 3 deletions
  1. 4 3
      CHANGELOG.md

+ 4 - 3
CHANGELOG.md

@@ -2,13 +2,14 @@
 
 
   * Added `create-project` command to install a project from scratch with composer
   * Added `create-project` command to install a project from scratch with composer
   * Added automated `classmap` autoloading support for non-PSR-0 compliant projects
   * Added automated `classmap` autoloading support for non-PSR-0 compliant projects
-  * Improved clones from GitHub which now automatically select between git/https/http protocols
+  * Added human readable error reporting when deps can not be solved
   * Added support for private GitHub repositories (use --no-interaction for CI)
   * 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 "file" downloader type to download plain files
   * Added support for authentication with svn repositories
   * Added support for authentication with svn repositories
-  * Removed dependency on filter_var
+  * Improved clones from GitHub which now automatically select between git/https/http protocols
+  * Improved `validate` command to give more feedback
   * Improved the `search` & `show` commands output
   * Improved the `search` & `show` commands output
+  * Removed dependency on filter_var
   * Various robustness & error handling improvements, docs fixes and more
   * Various robustness & error handling improvements, docs fixes and more
 
 
 * 1.0.0-alpha1 (2012-03-01)
 * 1.0.0-alpha1 (2012-03-01)