Mercurial > genshi > mirror
diff ChangeLog @ 592:1da8de3e5e51 trunk
Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
author | cmlenz |
---|---|
date | Mon, 13 Aug 2007 12:40:56 +0000 |
parents | 36b5a03534a0 |
children | 2bbaa61b328f |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,11 @@ only if the template loader is not set to do automatic reloading. Included templates are basically inlined into the including template, which can speed up rendering of that template a bit. + * Added new syntax for text templates, which is more powerful and flexible + with respect to white-space and line breaks. The old syntax is still + available and the default for now, but in a future release the new syntax + will become the default, and some time affter that the old syntax will be + removed. Version 0.4.4