You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-3.3.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,8 @@ FrameworkBundle
166
166
* The `cache:clear` command should always be called with the `--no-warmup` option.
167
167
Warmup should be done via the `cache:warmup` command.
168
168
169
-
* The "framework.trusted_proxies" configuration option and the corresponding "kernel.trusted_proxies" parameter have been deprecated and will be removed in 4.0. Use the Request::setTrustedProxies() method in your front controller instead.
169
+
*[BC BREAK] The "framework.trusted_proxies" configuration option and the corresponding "kernel.trusted_proxies"
170
+
parameter have been removed. Use the Request::setTrustedProxies() method in your front controller instead.
170
171
171
172
* Not defining the `type` option of the `framework.workflows.*` configuration entries is deprecated.
172
173
The default value will be `state_machine` in Symfony 4.0.
0 commit comments