added changelog note about RedirectController action signature changes

This commit is contained in:
Lukas Kahwe Smith 2013-04-21 19:22:48 +02:00
parent 3c65ba37dd
commit 07d79279cd
1 changed files with 1 additions and 0 deletions

View File

@ -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
-----