summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorhierro <hierro>2006-06-30 19:08:12 +0000
committerhierro <hierro>2006-06-30 19:08:12 +0000
commit7bb90a29d0646d1fa195e94d1234ea82fd7d7c06 (patch)
tree9908f8dee2eb567ac53bf8cb1d26f862ed30ffa3 /CHANGES
parent7e8f009e294ef85cbdd6666af8d11dfc8b70b39c (diff)
downloadpython-cheetah-7bb90a29d0646d1fa195e94d1234ea82fd7d7c06.tar.gz
Docs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index cb89044..cd539aa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,8 +2,6 @@ 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!!!
@@ -50,6 +48,7 @@ release
Cheetah.ImportHooks.install(templateFileExtensions=('.tmpl','.cheetah'))
Core changes by MO:
+ - Filters are now new-style classes.
- WebSafe and the other optional filters in Filters.py now use
RawOrEncodedUnicode instead of Filter as a base class. This allows them
to work with Unicode values containing non-ASCII characters.
@@ -58,7 +57,6 @@ release
str() as of Python 2.4.2 still converts Unicode to string using
ASCII codec, which raises UnicodeEncodeError if it contains non-ASCII
characters.
-
2.0rc6 (Feb 4, 2006)
!!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!