summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2007-12-10 19:34:14 +0000
committertavis_rudd <tavis_rudd>2007-12-10 19:34:14 +0000
commit5e2d6b5c82f9570de78c9b21c38ac07a37e96c68 (patch)
tree3271dc2e445055959fce69cc57963d0817ea45fc /CHANGES
parent2752f2db7a930a18dec40cc7d947760fd43d0ab5 (diff)
downloadpython-cheetah-5e2d6b5c82f9570de78c9b21c38ac07a37e96c68.tar.gz
new
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ba0e968..5bbae9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,12 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================
+2.0.2 (not released yet)
+ - 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
+ [TR]
+
2.0.1 (Nov 16, 2007)
- fixed a deadlock Christoph Zwerschke found in Cheetah.ImportHooks.
[TR]