diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-03 13:17:52 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-03 13:17:52 -0400 |
| commit | e14a686012cb55645982b8220b948dcadbbb2915 (patch) | |
| tree | 4cad8fda93b22ab3b694f3e73209957f9c26733d /CHANGES | |
| parent | 404275485f5263e60591edd254a614c73b039562 (diff) | |
| download | external_python_mako-e14a686012cb55645982b8220b948dcadbbb2915.tar.gz external_python_mako-e14a686012cb55645982b8220b948dcadbbb2915.tar.bz2 external_python_mako-e14a686012cb55645982b8220b948dcadbbb2915.zip | |
- changelog
- guess this is 0.9.0
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +0.9.0 +- [bug] Fixed the babel plugin to properly interpret ${} sections + inside of a "call" tag, i.e. <%self:some_tag attr="${_('foo')}"/>. + Code that's subject to babel escapes in here needs to be + specified as a Python expression, not a literal. This change + is backwards incompatible vs. code that is relying upon a _('') + translation to be working within a call tag. + 0.8.1 - [bug] Changed setup.py to skip installing markupsafe if Python version is < 2.6 or is between 3.0 and |
