From ae94d019c1d365197845e3a09a2438f0c1f284c7 Mon Sep 17 00:00:00 2001 From: Sebastiaan Stok Date: Mon, 24 Apr 2017 11:01:10 +0200 Subject: [PATCH] Fix Framework UPGRADE notice about trusted proxies --- UPGRADE-3.3.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UPGRADE-3.3.md b/UPGRADE-3.3.md index 5e2d6460b5..6331c7df82 100644 --- a/UPGRADE-3.3.md +++ b/UPGRADE-3.3.md @@ -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.