summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-03 20:57:28 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-03 20:57:28 -0700
commitaf877c32f24480586eee25f9854e63c5dc179b55 (patch)
treee82abfa9de72001285a6e394c2da549121d55a17 /CHANGES
parent74a4a315038fc32afbd9c233185b211ce2a51220 (diff)
downloadpython-cheetah-af877c32f24480586eee25f9854e63c5dc179b55.tar.gz
Update CHANGES and TODO, prepping v2.1.1
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 9fafbb2..ac2aabf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,5 @@
-Please initial your changes (there's a key at bottom) and add a date for each
-release
-================================================================================
-2.1.1 (not yet released)
+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>)
- Applied patch to fix some annoying cases when Cheetah writes to stderr instead of propagating the exception (Jean-Baptiste Quenot <jbq@caraldi.com>)