summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-01 18:18:48 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-01 18:18:48 -0700
commit46ea7713edafa04e8dc74108dd666189715d6a63 (patch)
tree1e949eb8db4a9433c65d8749ec96ae1dcb47f094 /CHANGES
parent158b56c8858f35669ee997ffd08a9e56aff3d75e (diff)
downloadpython-cheetah-46ea7713edafa04e8dc74108dd666189715d6a63.tar.gz
Update CHANGES to reflect jbq@'s latest patch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9fafbb2..3ec7f2a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,7 @@ release
- Correct unicode issue when calling/embedding unicode templates inside of other templtes (testcase Tests.Unicode.JPQ_UTF8_Test3. reported by Jean-Baptiste Quenot <jbq@caraldi.com>)
- Added --shbang option (e.g. "cheetah compile --shbang '#!/usr/bin/python2.6' ")
- Removed dependency on optik OptionParser in favor of builtin Python optparse module
+ - Convert unicode compiled template to an utf8 char buffer when writing to a file (Jean-Baptiste Quenot <jbq@caraldi.com>)
2.1.0.1 (March 27, 2009)
- Fix inline import issue introduced in v2.1.0