summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2006-10-11 23:58:44 +0000
committertavis_rudd <tavis_rudd>2006-10-11 23:58:44 +0000
commit0937b5d46a33a1ee72531f286e0776f2c83ef25a (patch)
tree47f172e318826dcb012dca2d07dde5c6015d72d2 /CHANGES
parent78bb9a9fc9e65d9df0d865db48504d30882712cf (diff)
downloadpython-cheetah-0937b5d46a33a1ee72531f286e0776f2c83ef25a.tar.gz
*** empty log message ***
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 07ecd64..1a0c4a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,13 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================
+2.0 final (unreleased)
+ - added new compiler setting 'addTimestampsToCompilerOutput'. See Brian Bird's
+ post about it today. He stores his cheetah generated .py files in
+ subversion and needed to disable the timestamp code so svn wouldn't care
+ when he recompiles those .py modules.
+
+
2.0rc7 (July 4, 2006)
!!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
Core Changes: [TR]