summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-03-15 01:45:39 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-03-15 01:45:39 -0700
commit9c0329d4636cff673e1ca8b93735a94a69827a37 (patch)
treed145b4069827a024ecdc0fc58456d61817dd5414 /CHANGES
parent4743028d1803c8782ae43ece99f7e0731a3ecfed (diff)
downloadpython-cheetah-9c0329d4636cff673e1ca8b93735a94a69827a37.tar.gz
Bump the Version.py to 2.1.0 in anticipation for a new release
Also updating the CHANGES with the most recent community patches applied into this branch Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2d763e0..5df3eba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,9 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================
-2.0.2 (not released yet)
+2.1.0 (not released yet)
+ - Apply patch to support parallel compilation of templates courtesy of Evan Klitzke <evan@eklitzke.org>
+ - Corrected issue when __getattr__ calls on searchList objects raise exceptions (tyler@slide.com)
- make autocalling in valueForName correctly ignore newstyle classes and instances
that are callable, as it does for oldstyle classes and instances. Patch
from lucas@endian.com