comparison ChangeLog @ 605:bc5faca93699

Text templates now default to rendering as plain text; it is no longer necessary to explicitly specify the "text" method to the `render()` or `serialize()` method of the generated markup stream. See tickets #62 and #118.
author cmlenz
date Mon, 27 Aug 2007 19:04:20 +0000
parents ab167005a363
children 237050080827
comparison
equal deleted inserted replaced
604:6d1fa718794f 605:bc5faca93699
24 removed. 24 removed.
25 * Added support for passing optimization hints to `<py:match>` directives, 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 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 27 template should only be applied once to a stream, or when it should not be
28 applied recursively. 28 applied recursively.
29 * Text templates now default to rendering as plain text; it is no longer
30 necessary to explicitly specify the "text" method to the `render()` or
31 `serialize()` method of the generated markup stream.
29 32
30 33
31 Version 0.4.4 34 Version 0.4.4
32 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 35 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
33 (Aug 14, 2007, from branches/stable/0.4.x) 36 (Aug 14, 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software