Skip to content

Commit

Permalink
Updated upgrade 2.1 file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsimon committed Jun 9, 2012
1 parent 110ccd8 commit 06976fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE-2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 06976fc

Please sign in to comment.