Add missing UPGRADE-4.2 entry for Controller deprecation

This commit is contained in:
Robin Chalas 2018-09-08 15:10:55 +02:00
parent f6b4dc94d1
commit cc23f5d5fd

View File

@ -84,6 +84,7 @@ FrameworkBundle
this will generate 404s for non-UTF-8 URLs, which are incompatible with you app anyway,
and will allow dumping optimized routers and using Unicode classes in requirements.
* Added support for the SameSite attribute for session cookies. It is highly recommended to set this setting (`framework.session.cookie_samesite`) to `lax` for increased security against CSRF attacks.
* The `Controller` class has been deprecated, use `AbstractController` instead.
Messenger
---------