Updated upgrade 2.1 file.

This commit is contained in:
Jean-François Simon 2012-06-09 12:40:37 +02:00
parent 110ccd8e71
commit 06976fcd82
1 changed files with 8 additions and 0 deletions

View File

@ -1028,6 +1028,14 @@
decoded twice before. Note that the `urldecode()` calls have been changed for a
single `rawurldecode()` in order to support `+` for input paths.
### BrowserKit
#### BC Breaks
* The Symfony\Component\HttpKernel\Client::request() method
now returns a Symfony\Component\BrowserKit\Response instance
(instead of a Symfony\Component\HttpFoundation\Response instance)
### FrameworkBundle
* session options: lifetime, path, domain, secure, httponly were deprecated.