Minor fix in UPGRADE files

This commit is contained in:
Nicolas Grekas 2017-10-28 18:56:07 +02:00
parent c7e59b3a5b
commit 1e7d4877b7
2 changed files with 6 additions and 1 deletions

View File

@ -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
-------------------

View File

@ -6,6 +6,11 @@ ClassLoader
* The component has been removed. Use Composer instead.
Config
------
* The protected `TreeBuilder::$builder` property has been removed.
Console
-------