summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-07-07 21:13:48 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-07-07 21:13:48 -0400
commit03c97d16a8f83d58d629acd8173ce72d2e8dae37 (patch)
tree4f244a1733d703eaa052d8aff547e03795aac723 /CHANGES
parent0f58ab39bf6753492e565a85f9f436d476a550b1 (diff)
downloadmako-03c97d16a8f83d58d629acd8173ce72d2e8dae37.tar.gz
- [bug] Can now use strict_undefined at the
same time args passed to def() are used by other elements of the <%def> tag. [ticket:191]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a6d0509..2863935 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
when no statements are otherwise present.
Courtesy Ben Trofatter [ticket:146]
+- [bug] Can now use strict_undefined at the
+ same time args passed to def() are used
+ by other elements of the <%def> tag.
+ [ticket:191]
+
0.7.0
- [feature] Added new "loop" variable to templates,
is provided within a % for block to provide