updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-08-29 14:45:37 +02:00
parent b217d7092a
commit 230be6815c

View File

@ -9,6 +9,15 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* 2.1.0
* Finder::exclude() now supports an array of directories as an argument
* added support for PATCH method in Request
* removed the ContentTypeMimeTypeGuesser class as it is deprecated and never used on PHP 5.3
* Finder
* Finder::exclude() now supports an array of directories as an argument
* HttpFoundation
* added support for the PATCH method in Request
* removed the ContentTypeMimeTypeGuesser class as it is deprecated and never used on PHP 5.3
* Translation
* added dumpers for translation catalogs