summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2007-10-12 22:42:43 +0000
committertavis_rudd <tavis_rudd>2007-10-12 22:42:43 +0000
commit14363552a61ec79ed7efe6aecddec62790de4c92 (patch)
tree5ec23ffaad3d591aa455bbf78f62dac27b0b27d5 /CHANGES
parent1094ec817facc442ec665d5ff5be534eadce86b3 (diff)
downloadpython-cheetah-14363552a61ec79ed7efe6aecddec62790de4c92.tar.gz
update
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1e836f1..3f0f8f1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,19 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================
+2.0 (Oct 12, 2007)
+ !!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
+
+ - fixed exception handling issue in the C implemenation of NameMapper
+ [patch from Eric Huss]
+
+ - fixed filtering of #included subtemplates
+ [patch from Brian Bird]
+
+ See the release notes from 2.0b1-5 and 2.0rc1-8 for other changes since
+ Cheetah 1.0.
+
+
2.0rc8 (April 11, 2007)
!!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
Core Changes: [TR]