From: Fabien Potencier Date: Thu, 30 Dec 2010 14:39:38 +0000 (+0100) Subject: updated the CHANGELOG X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=0dfc87a7829c2fc83c3302a31d7d879851fe88a4;p=web%2Fkonrad%2Ftwig.git updated the CHANGELOG --- diff --git a/CHANGELOG b/CHANGELOG index 6737cd0..ed42c2f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,8 @@ Backward incompatibilities: * the cycle filter has been converted to a function: {{ ['odd', 'even']|cycle(i) }} -> {{ cycle(['odd', 'even'], i) }} * the for tag does not support "joined by" anymore * the autoescape first argument is now true/false (instead of on/off) + * the parent tag has been replaced by a parent function ({{ parent() }} instead of {% parent %}) + * the display tag has been replaced by a block function ({{ bloc('title') }} instead of {% display title %}) Changes: