aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-08-03 13:17:52 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-08-03 13:17:52 -0400
commite14a686012cb55645982b8220b948dcadbbb2915 (patch)
tree4cad8fda93b22ab3b694f3e73209957f9c26733d /CHANGES
parent404275485f5263e60591edd254a614c73b039562 (diff)
downloadexternal_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--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 929660a..fb83453 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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