projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2e29145
)
updated the CHANGELOG
author
Fabien Potencier
<fabien.potencier@gmail.com>
Thu, 30 Dec 2010 14:39:38 +0000 (15:39 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Thu, 30 Dec 2010 14:39:38 +0000 (15:39 +0100)
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index
6737cd0
..
ed42c2f
100644
(file)
--- 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: