aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-08-05 17:42:31 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-08-05 17:42:31 -0400
commit293531b5e4eac04c4e8364712137c24c4d1165f3 (patch)
treee29dcd3c875b6eaf56449064c8e9c6d7db87b6a3 /CHANGES
parent4f554cb3f613ed8910ea3524a0787b3b726ea6ae (diff)
downloadexternal_python_mako-293531b5e4eac04c4e8364712137c24c4d1165f3.tar.gz
external_python_mako-293531b5e4eac04c4e8364712137c24c4d1165f3.tar.bz2
external_python_mako-293531b5e4eac04c4e8364712137c24c4d1165f3.zip
- Fixed bug regarding <%call>/def calls w/ contentrel_0_4_2
whereby the identity of the "caller" callable inside the <%def> would be corrupted by the presence of another <%call> in the same block. [ticket:170]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6dfc012..a6bae66 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,10 @@
0.4.2
+- Fixed bug regarding <%call>/def calls w/ content
+ whereby the identity of the "caller" callable
+ inside the <%def> would be corrupted by the
+ presence of another <%call> in the same block.
+ [ticket:170]
+
- Fixed the babel plugin to accommodate <%block>
[ticket:169]