diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-05 17:42:31 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-05 17:42:31 -0400 |
| commit | 293531b5e4eac04c4e8364712137c24c4d1165f3 (patch) | |
| tree | e29dcd3c875b6eaf56449064c8e9c6d7db87b6a3 /CHANGES | |
| parent | 4f554cb3f613ed8910ea3524a0787b3b726ea6ae (diff) | |
| download | external_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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |
