From 1e7d4877b7301f8a5ccae0306617cd7a3c2dc057 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sat, 28 Oct 2017 18:56:07 +0200 Subject: [PATCH] Minor fix in UPGRADE files --- UPGRADE-3.4.md | 2 +- UPGRADE-4.0.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/UPGRADE-3.4.md b/UPGRADE-3.4.md index 0119ca02f5..b3058828ce 100644 --- a/UPGRADE-3.4.md +++ b/UPGRADE-3.4.md @@ -4,7 +4,7 @@ UPGRADE FROM 3.3 to 3.4 Config ------ - * Using protected builder property of TreeBuilder is deprecated and property will be removed in 4.0. + * The protected `TreeBuilder::$builder` property is deprecated and will be removed in 4.0. DependencyInjection ------------------- diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index 4132d06ab6..e4aec37090 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -6,6 +6,11 @@ ClassLoader * The component has been removed. Use Composer instead. +Config +------ + + * The protected `TreeBuilder::$builder` property has been removed. + Console -------