From 07d79279cd80503c7e3100c453f6eec5aab92216 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Sun, 21 Apr 2013 19:22:48 +0200 Subject: [PATCH] added changelog note about RedirectController action signature changes --- src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md index 7dc591e560..00c86e5a03 100644 --- a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md @@ -13,6 +13,7 @@ CHANGELOG * added support for default templates per render tag * added FormHelper::form(), FormHelper::start() and FormHelper::end() * deprecated FormHelper::enctype() in favor of FormHelper::start() + * RedirectController actions now receive the Request instance via the method signature. 2.2.0 -----