summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-03-27 15:54:50 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-03-27 15:54:50 -0700
commit288616e4ea45cd40f16fba8055ad01d8e3e8ce66 (patch)
treee4a10ba39369511c4a4b3e8507aacf15688536c4
parent2b0a11c2f078338620ba0a6d6315295a1fea716c (diff)
downloadpython-cheetah-288616e4ea45cd40f16fba8055ad01d8e3e8ce66.tar.gz
Update CHANGES for site
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
-rw-r--r--docs/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index ed3154d..67307d7 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -2,6 +2,12 @@ Please initial your changes (there's a key at bottom) and add a date for each
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.1 (March 27, 2009)
+ - Fix inline import issue introduced in v2.1.0
+
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>
- Apply patch to support parallel compilation of templates courtesy of Evan Klitzke <evan@eklitzke.org>