projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
dc3e1cb
)
added missing info in CHANGELOG for 0.9.9
author
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 3 Dec 2010 05:56:36 +0000 (06:56 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 3 Dec 2010 05:56:36 +0000 (06:56 +0100)
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index
d1e2933
..
cfbca2c
100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-30,6
+30,7
@@
Backward incompatibilities:
(the old behavior is still possible by adding the "only" keyword)
* moved Exceptions to Twig_Error_* (Twig_SyntaxError/Twig_RuntimeError are now Twig_Error_Syntax/Twig_Error_Runtime)
* removed support for {{ 1 < i < 3 }} (use {{ i > 1 and i < 3 }} instead)
+ * the "in" filter has been removed ({{ a|in(b) }} should now be written {{ a in b }})
Changes:
* added file and line to Twig_Error_Runtime exceptions thrown from Twig_Template