1
0
Fork 0

Document addition of files autoloading in CHANGELOG

pull/785/head
Nils Adermann 2012-06-11 12:50:40 +02:00
parent 8a9c51c83e
commit e316cb452b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* Added --no-scripts to `install` and `update` commands to avoid triggering the scripts
* Added `COMPOSER_ROOT_VERSION` env var to specify the version of the root package (fixes some edge cases)
* Added support for multiple custom installers in one package
* Added files autoloading method which requires files on every request, e.g. to load functions that are not autoloadable
* Improved and fixed the output of various commands
* Cleaned up / refactored the dependency solver code
* Various bug fixes and docs improvements