summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-05-17 15:28:48 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-05-17 15:28:48 -0700
commitbf8732b711bf9dfd897a6ff459cb6f812400b526 (patch)
tree70a0f0a01208d6f136400d0af263da17d1862a57 /CHANGES
parent982bd246e58dedb30939bbd9cd99537dcd939267 (diff)
downloadpython-cheetah-bf8732b711bf9dfd897a6ff459cb6f812400b526.tar.gz
Update CHANGES and Version.py for the v2.2.0 release
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3743469..339ea46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-2.2.0 (not yet released)
+2.2.0 (May 17th, 2009)
- 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>)
- 0000011: [Templates] Calling a function with arguments calls the function with None (rtyler)