summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-07-07 21:54:09 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-07-07 21:54:09 -0400
commit91b7e5f58477d4141fbf47552adbf929334dfe01 (patch)
tree4efcc36c4a4cf4f9b5260814b959c7e252e8ab7c /CHANGES
parente9a1fd88f63c28d854f2b025d6699d80757b7dec (diff)
downloadmako-91b7e5f58477d4141fbf47552adbf929334dfe01.tar.gz
- [bug] Fixed some long-broken scoping behavior
involving variables declared in defs and such, which only became apparent when the strict_undefined flag was turned on. [ticket:192]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2863935..17d26d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
when no statements are otherwise present.
Courtesy Ben Trofatter [ticket:146]
+- [bug] Fixed some long-broken scoping behavior
+ involving variables declared in defs and such,
+ which only became apparent when
+ the strict_undefined flag was turned on.
+ [ticket:192]
+
- [bug] Can now use strict_undefined at the
same time args passed to def() are used
by other elements of the <%def> tag.