From e316cb452b31e789d54c3382e30f000810b7e73b Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Mon, 11 Jun 2012 12:50:40 +0200 Subject: [PATCH] Document addition of files autoloading in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4610a3ad3..9502382cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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