From 73216c9cfeb887106b42706ad0f339d7b16ae04d Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 10 Feb 2016 16:55:01 +0000 Subject: [PATCH] [HttpKernel] Document the removed possibility to pass objects to ESI and SSI renderers --- UPGRADE-4.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index 0f79ed5a24..2f793add72 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -14,6 +14,12 @@ Form * The `choices_as_values` option of the `ChoiceType` has been removed. +HttpKernel +---------- + + * Possibility to pass objects as URI attributes to the ESI and SSI renderers + has been removed. The inline fragment renderer should be used with object attributes. + Serializer ----------