From 38909963921eb3e33c077281fd396cb74b894dbe Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Thu, 31 Aug 2017 14:57:27 +0200 Subject: [PATCH] [DI] Add upgrade note about case insenstive params --- UPGRADE-3.4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADE-3.4.md b/UPGRADE-3.4.md index f72652fbe4..5a677088ac 100644 --- a/UPGRADE-3.4.md +++ b/UPGRADE-3.4.md @@ -50,6 +50,8 @@ DependencyInjection * Top-level anonymous services in XML are deprecated and will throw an exception in Symfony 4.0. + * Case insensitivity of parameter names is deprecated and will be removed in 4.0. + Debug -----