From 0dfc87a7829c2fc83c3302a31d7d879851fe88a4 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 30 Dec 2010 15:39:38 +0100 Subject: [PATCH] updated the CHANGELOG --- CHANGELOG | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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: -- 1.7.2.5