diff --git a/UPGRADE-3.2.md b/UPGRADE-3.2.md index b65bdd43fc..1bd7e00d06 100644 --- a/UPGRADE-3.2.md +++ b/UPGRADE-3.2.md @@ -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. diff --git a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md index dc3b3808c2..ed3f4948b6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md @@ -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`