Skip to content

Commit 2716e53

Browse files
minor symfony#28407 Add missing UPGRADE-4.2 entry for Controller deprecation (chalasr)
This PR was merged into the 4.2-dev branch. Discussion ---------- Add missing UPGRADE-4.2 entry for Controller deprecation | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Forgot in symfony#28243, removal documented in UPGRADE-5.0 Commits ------- cc23f5d Add missing UPGRADE-4.2 entry for Controller deprecation
2 parents 1f996f4 + cc23f5d commit 2716e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UPGRADE-4.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ FrameworkBundle
8484
this will generate 404s for non-UTF-8 URLs, which are incompatible with you app anyway,
8585
and will allow dumping optimized routers and using Unicode classes in requirements.
8686
* 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.
87+
* The `Controller` class has been deprecated, use `AbstractController` instead.
8788

8889
Messenger
8990
---------

0 commit comments

Comments
 (0)