updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-09-13 08:48:32 +02:00
parent 51403530b9
commit 26a65d61b1

View File

@ -20,6 +20,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### HttpFoundation
* added Request::getUser() and Request::getPassword()
* added support for the PATCH method in Request
* removed the ContentTypeMimeTypeGuesser class as it is deprecated and never used on PHP 5.3
* added ResponseHeaderBag::makeDisposition() (implements RFC 6266)