aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-10-08 19:31:15 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-10-08 19:31:15 -0400
commit31888375ee0997fe74fc78702d04cc480e82415d (patch)
tree4d1bb7831f8b3789d21c4fdb03a38641116b01f4 /CHANGES
parent99d3272ba4d84d2b6dcc0bd46a48553f83787755 (diff)
downloadexternal_python_mako-31888375ee0997fe74fc78702d04cc480e82415d.tar.gz
external_python_mako-31888375ee0997fe74fc78702d04cc480e82415d.tar.bz2
external_python_mako-31888375ee0997fe74fc78702d04cc480e82415d.zip
- changelog
- fix test to work under py3.2
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index df6a486..eb30e38 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
0.9.1
+- [bug] Fixed TGPlugin.render method to support unicode template
+ names in Py2K - courtesy Vladimir Magamedov.
+
- [bug] Fixed an AST issue that was preventing correct operation
under alpha versions of Python 3.4. Pullreq courtesy Zer0-.