diff --git a/UPGRADE-3.2.md b/UPGRADE-3.2.md index 28c4eecf3cca2..b65bdd43fc561 100644 --- a/UPGRADE-3.2.md +++ b/UPGRADE-3.2.md @@ -38,8 +38,14 @@ Form FrameworkBundle --------------- - * The service `serializer.mapping.cache.doctrine.apc` is deprecated. APCu should now - be automatically used when available. + * The service `serializer.mapping.cache.doctrine.apc` is deprecated. APCu should now + be automatically used when available. + +HttpKernel +---------- + + * `DataCollector::varToString()` is deprecated and will be removed in Symfony + 4.0. Use the `cloneVar()` method instead. HttpFoundation --------------- diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index f5a087ab675c9..42f709fe7c9c9 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -155,6 +155,8 @@ HttpKernel have your own `ControllerResolverInterface` implementation, you should inject an `ArgumentResolverInterface` instance. + * The `DataCollector::varToString()` method has been removed in favor of `cloneVar()`. + Serializer ---------- diff --git a/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig b/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig index 0ece492346b06..7f078b93ac34c 100644 --- a/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig +++ b/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig @@ -45,7 +45,7 @@ {% for dump in collector.getDumps('html') %}
-

In +

+ line {{ dump.line }}: +