projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0392603
)
updated CHANGELOG
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 3 Aug 2013 15:52:48 +0000 (17:52 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 3 Aug 2013 15:52:51 +0000 (17:52 +0200)
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index
f50f016
..
8be8ca6
100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-1,8
+1,8
@@
* 1.14.0 (2013-XX-XX)
- * in the template can be directly called macros defined in the same template
+ * added support for calling macros defined in a template without importing them first
* added support for named arguments for macros
- * fixed fatal error that should be an exception when macro does not exist in template
+ * replaced a PHP fatal error with an exception when a macro does not exist
* 1.13.2 (2013-08-03)