summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorhierro <hierro>2006-06-22 20:25:16 +0000
committerhierro <hierro>2006-06-22 20:25:16 +0000
commit7e8f009e294ef85cbdd6666af8d11dfc8b70b39c (patch)
treebcd640cb01077dce9fed57709a942fd91846ade6 /CHANGES
parent70e48c8231a6d90b2e017772a5ea3af78cf555e4 (diff)
downloadpython-cheetah-7e8f009e294ef85cbdd6666af8d11dfc8b70b39c.tar.gz
Bugfix in Template.py now that filters are new-style classes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fbdc2a3..cb89044 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================
+2.0rc8 (unreleased)
+ - Bugfix in Template.py now that filters are new-style classes.
+
2.0rc7 (June 21, 2006)
!!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
Core Changes: [TR]