1
0
Fork 0

Updated changelog

pull/413/head
Jordi Boggiano 2012-03-08 18:16:22 +01:00
parent ea593fdb10
commit 388fcfe610
1 changed files with 2 additions and 0 deletions

View File

@ -1,8 +1,10 @@
* 1.0.0-alpha2 * 1.0.0-alpha2
* Added `create-project` command to install a project from scratch with composer
* Git clones from GitHub automatically select between git/https/http protocols * Git clones from GitHub automatically select between git/https/http protocols
* Enhanced `validate` command to give more feedback * Enhanced `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
* Dependency on filter_var is now optional * Dependency on filter_var is now optional
* Various robustness & error handling improvements * Various robustness & error handling improvements