[HttpKernel] Document the removed possibility to pass objects to ESI and SSI renderers

This commit is contained in:
Jakub Zalas 2016-02-10 16:55:01 +00:00
parent 33c797ee05
commit 73216c9cfe
1 changed files with 6 additions and 0 deletions

View File

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