aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-08-29 23:26:29 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-08-29 23:26:29 -0400
commit1723f85a3cc34f6454913a1a8b6b5c8954b5d689 (patch)
tree71a6b7cef83a13eb31545bf398592a5328082208 /CHANGES
parent2abc9ac7f280bb9adf833848abd6da5b94ecbbed (diff)
downloadexternal_python_mako-1723f85a3cc34f6454913a1a8b6b5c8954b5d689.tar.gz
external_python_mako-1723f85a3cc34f6454913a1a8b6b5c8954b5d689.tar.bz2
external_python_mako-1723f85a3cc34f6454913a1a8b6b5c8954b5d689.zip
- [bug] Fixed the "filter" attribute of the
<%text> tag so that it pulls locally specified identifiers from the context the same way as that of <%block> and <%filter>.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index afb82d4..c9e899e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
- [bug] Fixed Py3K bug in the Babel extension.
+- [bug] Fixed the "filter" attribute of the
+ <%text> tag so that it pulls locally specified
+ identifiers from the context the same
+ way as that of <%block> and <%filter>.
+
0.7.2
- [bug] Fixed regression in 0.7.1 where AST
parsing for Py2.4 was broken.