[FrameworkBundle] add changes to upgrade file too

This commit is contained in:
Christian Flothmann 2016-09-21 18:58:17 +02:00
parent f7f2871eea
commit fed3c3d0a0
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@ UPGRADE FROM 3.1 to 3.2
FrameworkBundle
---------------
* The `Resources/public/images/*` files have been removed.
* The `Resources/public/css/*.css` files have been removed (they are now inlined
in TwigBundle).
* The `Controller::getUser()` method has been deprecated and will be removed in
Symfony 4.0; typehint the security user object in the action instead.

View File

@ -4,8 +4,8 @@ CHANGELOG
3.2.0
-----
* The `Resources/public/images/*` files have been removed
* The `Resources/public/css/*.css` files have been removed (they are now inlined in TwigBundle)
* The `Resources/public/images/*` files have been removed.
* The `Resources/public/css/*.css` files have been removed (they are now inlined in TwigBundle).
* The `Controller::getUser()` method has been deprecated and will be removed in
Symfony 4.0; typehint the security user object in the action instead.
* Added possibility to prioritize form type extensions with `'priority'` attribute on tags `form.type_extension`