summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-05-05 12:23:09 -0400
committerR. Tyler Ballance <tyler@slide.com>2009-05-05 12:23:09 -0400
commitf2c1e611289e12f5fdcb322ab12a51ac3b709437 (patch)
treef094dec5dc68b033e723fa80a797da702dfe7808 /CHANGES
parent2b275dc2454fe991be51448ac8c278cf4243d83a (diff)
downloadpython-cheetah-f2c1e611289e12f5fdcb322ab12a51ac3b709437.tar.gz
Update CHANGES and Version for minor point release
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3007717..ab083a0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
+2.1.2 (May 5, 2009)
+ - 0000006: [Templates] Support @staticmethod and @classmethod (rtyler)
+
2.1.1 (April 16, 2009)
- 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>)