Fix Framework UPGRADE notice about trusted proxies

This commit is contained in:
Sebastiaan Stok 2017-04-24 11:01:10 +02:00 committed by Nicolas Grekas
parent 3471b58318
commit ae94d019c1
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ FrameworkBundle
* The `cache:clear` command should always be called with the `--no-warmup` option.
Warmup should be done via the `cache:warmup` command.
* 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.
* [BC BREAK] The "framework.trusted_proxies" configuration option and the corresponding "kernel.trusted_proxies"
parameter have been removed. Use the Request::setTrustedProxies() method in your front controller instead.
* Not defining the `type` option of the `framework.workflows.*` configuration entries is deprecated.
The default value will be `state_machine` in Symfony 4.0.