comparison ChangeLog @ 657:69b3b6ca968b

Allow use of py:replace as element. Closes #144.
author cmlenz
date Thu, 22 Nov 2007 20:36:00 +0000
parents b090bf737111
children a445c9e5ee96
comparison
equal deleted inserted replaced
656:3a3562e40a7e 657:69b3b6ca968b
36 * Python code blocks inside match templates are now executed (ticket #155). 36 * Python code blocks inside match templates are now executed (ticket #155).
37 * The template engine plugin no longer adds the `default_doctype` when the 37 * The template engine plugin no longer adds the `default_doctype` when the
38 `fragment` parameter is `True`. 38 `fragment` parameter is `True`.
39 * The `striptags` function now also removes HTML/XML-style comments (ticket 39 * The `striptags` function now also removes HTML/XML-style comments (ticket
40 #150). 40 #150).
41 * The `py:replace` directive can now also be used as an element, with an
42 attribute named `value` (ticket #144).
41 43
42 44
43 Version 0.4.4 45 Version 0.4.4
44 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 46 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
45 (Aug 14, 2007, from branches/stable/0.4.x) 47 (Aug 14, 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software