summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-05-13 00:23:55 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-05-13 00:23:55 -0700
commitd2fdfc68c6ac14d234da71c6583d62825ff281ea (patch)
tree4a33348b0fa83393b356a1c8ae013202d62e99bd /CHANGES
parent2f5c4f05434185c03d5748d9abe7338c7876447e (diff)
downloadpython-cheetah-d2fdfc68c6ac14d234da71c6583d62825ff281ea.tar.gz
Add #15 to CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ae1e2f8..609a128 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,7 @@
- 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)
+ - 0000015: [Tests] Resolve test failures in 'next' branch (rtyler)
2.1.2 (May 5, 2009)
- 0000006: [Templates] Support @staticmethod and @classmethod (rtyler)