Updated the changelog

This commit is contained in:
Christophe Coevoet 2012-04-02 18:45:31 +02:00
parent eae772e480
commit 0e54a2277e

View File

@ -178,6 +178,9 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### ClassLoader
* added a new ApcClassLoader 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
* added support for loading globally-installed PEAR packages