diff ChangeLog @ 592:7145e4eba2ec

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 880b1a75d046
children 0fb43dc2e165
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
Copyright (C) 2012-2017 Edgewall Software