updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-09-24 15:29:19 +02:00
parent 78ebe11a0c
commit e4c743f5c2

View File

@ -40,6 +40,10 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* Finder::exclude() now supports an array of directories as an argument
### Form
* allowed setting different options for RepeatedType fields (like the label)
### HttpFoundation
* made FileBinaryMimeTypeGuesser command configurable