summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-05-12 20:08:51 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-05-12 20:08:51 -0700
commit881dbd160fece613ddff7f11c07b97b4085be991 (patch)
tree72d6950e7303ed08c8f0f50bfae440304213cb5b /CHANGES
parent9d0b6662a2e5af8ee7e87273909a6e3c3ab22f9b (diff)
downloadpython-cheetah-881dbd160fece613ddff7f11c07b97b4085be991.tar.gz
Update CHANGES with the resolution of #11
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e5e767c..ae1e2f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@
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>)
+ - 0000011: [Templates] Calling a function with arguments calls the function with None (rtyler)
2.1.2 (May 5, 2009)
- 0000006: [Templates] Support @staticmethod and @classmethod (rtyler)