Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87cadd9

Browse files
committed
minor #17753 [HttpKernel] Document the removed possibility to pass objects to ESI and SSI renderers (jakzal)
This PR was merged into the 3.1-dev branch. Discussion ---------- [HttpKernel] Document the removed possibility to pass objects to ESI and SSI renderers | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Forgotten in #17611. Commits ------- 73216c9 [HttpKernel] Document the removed possibility to pass objects to ESI and SSI renderers
2 parents 31c17dd + 73216c9 commit 87cadd9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADE-4.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Form
1414

1515
* The `choices_as_values` option of the `ChoiceType` has been removed.
1616

17+
HttpKernel
18+
----------
19+
20+
* Possibility to pass objects as URI attributes to the ESI and SSI renderers
21+
has been removed. The inline fragment renderer should be used with object attributes.
22+
1723
Serializer
1824
----------
1925

0 commit comments

Comments
 (0)