aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-12-24 12:02:07 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-12-24 12:02:07 -0500
commitc9d9cab99623fc72c64749419dc0c025b10dcd60 (patch)
treeb56e8fe3105106ead1acb7c9e18ab7ceec49c9eb /CHANGES
parent4d813cabf9bd5dc8ea54673dae2d24a802a10fe3 (diff)
downloadexternal_python_mako-c9d9cab99623fc72c64749419dc0c025b10dcd60.tar.gz
external_python_mako-c9d9cab99623fc72c64749419dc0c025b10dcd60.tar.bz2
external_python_mako-c9d9cab99623fc72c64749419dc0c025b10dcd60.zip
- changelog for [ticket:225]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eb30e38..4d54804 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
0.9.1
+- [bug] Fixed bug in Babel plugin where translator comments
+ would be lost if intervening text nodes were encountered.
+ Fix courtesy Ned Batchelder. [ticket:225]
+
- [bug] Fixed TGPlugin.render method to support unicode template
names in Py2K - courtesy Vladimir Magamedov.