updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-09-28 08:18:50 +02:00
parent 7b204ed23a
commit eaf8ea3225

View File

@ -47,6 +47,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### HttpFoundation
* added a generic access to the PHP built-in filter mechanism: ParameterBag::filter()
* made FileBinaryMimeTypeGuesser command configurable
* added Request::getUser() and Request::getPassword()
* added support for the PATCH method in Request