Note LoaderResolverInterface type hinting in the 2.1 changelog

This commit is contained in:
Jeremy Mikola 2011-12-06 11:55:17 -08:00
parent 7e2ca4ad93
commit ea2b0e5454

View File

@ -96,6 +96,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### Config
* implemented `Serializable` on resources
* LoaderResolverInterface is now used instead of LoaderResolver for type hinting
### Console