summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-03 14:50:06 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-03 14:50:06 -0700
commit6de68283c36354e8126a686c41bf9e0bd0dd85a0 (patch)
tree61e8b6ee5572a41de421464721d5140f443a541e /CHANGES
parent9d6f0cfdb74a8fc8d5853caad840c32d9eacb8fa (diff)
downloadpython-cheetah-6de68283c36354e8126a686c41bf9e0bd0dd85a0.tar.gz
Denote changes made in the unicode branch, planned for v2.2.0
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9fafbb2..633b9e6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================
+2.2.0 (not yet released)
+ - Switch all internal representations of template code to unicode objects instead of str() objects
+ - Convert unicode compiled template to an utf8 char buffer when writing to a file (Jean-Baptiste Quenot <jbq@caraldi.com>)
+
2.1.1 (not yet released)
- Support __eq__() and __ne__() the way you might expect in src/Tools/RecursiveNull (patch suggested by Peter Warasin <peter@endian.com>)
- Applied patch to avoid hitting the filesystem to get the file modification time everytime a #include directive is processed (Jean-Baptiste Quenot <jbq@caraldi.com>)