updated CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-11 11:51:04 +02:00
parent 22d8a436fa
commit ff9b7316d1
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### ClassLoader
* added a DebugClassLoader able to wrap any autoloader providing a findFile method
* added a new ApcClassLoader using composition to wrap other loaders
* added a new ApcClassLoader and XcacheClassLoader using composition to wrap other loaders
* added a new ClassLoader which does not distinguish between namespaced and pear-like classes (as the PEAR
convention is a subset of PSR-0) and supports using Composer's namespace maps
* added a class map generator