summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-03-19 22:29:18 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-03-19 22:29:18 -0700
commit9d39915c992f3a46dbae75749a29d1cd986fe13a (patch)
tree103e22fb8a4a35c44e5b117720b0700e4a35fd3e /CHANGES
parentf7fed33ad417ce4440a726478208484fd73f589c (diff)
downloadpython-cheetah-9d39915c992f3a46dbae75749a29d1cd986fe13a.tar.gz
Update CHANGES with previous patch
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 3423e64..72b61ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ release
================================================================================
2.1.1 (not yet released)
- -
+ - Support __eq__() and __ne__() the way you might expect in src/Tools/RecursiveNull (patch suggested by Peter Warasin <peter@endian.com>)
2.1.0 (March 16, 2009)
- Quiet DeprecationWarnings being printed to stderr when using Cheetah on Python 2.6 and up. Patch suggested by Satoru SATOH <satoru.satoh@gmail.com>