comparison ChangeLog @ 603:80e346366c83 trunk

Added information about [718] to the ChangeLog.
author cmlenz
date Thu, 23 Aug 2007 11:57:26 +0000
parents badb5e5b7bb9
children d0345c64da65
comparison
equal deleted inserted replaced
602:d7b957e92ea9 603:80e346366c83
20 * Added new syntax for text templates, which is more powerful and flexible 20 * Added new syntax for text templates, which is more powerful and flexible
21 with respect to white-space and line breaks. The old syntax is still 21 with respect to white-space and line breaks. The old syntax is still
22 available and the default for now, but in a future release the new syntax 22 available and the default for now, but in a future release the new syntax
23 will become the default, and some time affter that the old syntax will be 23 will become the default, and some time affter that the old syntax will be
24 removed. 24 removed.
25 * Added support for passing optimization hints to `<py:match>` directives,
26 which can speed up match templates in many cases, for example when a match
27 template should only be applied once to a stream, or when it should not be
28 applied recursively.
25 29
26 30
27 Version 0.4.4 31 Version 0.4.4
28 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 32 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
29 (Aug 14, 2007, from branches/stable/0.4.x) 33 (Aug 14, 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software