diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index 0f79ed5a244cc..2f793add721fa 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 ----------