From 06976fcd8281b408e7b2f6de132bf9d70c8bf99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Simon?= Date: Sat, 9 Jun 2012 12:40:37 +0200 Subject: [PATCH] Updated upgrade 2.1 file. --- UPGRADE-2.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md index 8f7d45bd74..8ea2128f76 100644 --- a/UPGRADE-2.1.md +++ b/UPGRADE-2.1.md @@ -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.