diff options
author | tavis_rudd <tavis_rudd> | 2006-01-13 04:00:33 +0000 |
---|---|---|
committer | tavis_rudd <tavis_rudd> | 2006-01-13 04:00:33 +0000 |
commit | 3611822dde1024b2c1117338d2c0fafa08bf3316 (patch) | |
tree | a0ca9244df49ab8fde77560092d41419171409b0 /CHANGES | |
parent | aed8716328ab7929787b4cb313ed5e57d91fcc4f (diff) | |
download | python-cheetah-3611822dde1024b2c1117338d2c0fafa08bf3316.tar.gz |
update
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -2,6 +2,24 @@ Please initial your changes (there's a key at bottom) and add a date for each release ================================================================================ +2.0rc2 (unreleased: Jan ..., 2006) + !!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!! + Core Changes: [TR] + - added lots more docstring content in the Template class + - made multiline comments gobble whitespace like other directives, per JJ's + request. The rather longwinded compiler setting + gobbleWhitespaceAroundMultiLineComments can be used to go back to the old + non-gobbling behaviour if needed. + - added #capture directive to complement the #call directive. + #call executes a region of Cheetah code and passes its output into a function call + #capture executes a region of Cheetah code and assigns its output to a variable + - misc internal refactoring in the parser + - improved handling of keyword args in the __init__ method and fixed a + potential clash between the namespaces and searchList args + + WWW: [TR] + - added the source for the new Cheetah website layout/content + 2.0rc1 (Jan 10, 2006) !!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!! Core Changes: [TR] |