comparison ChangeLog @ 655:14aa86c3e514 trunk

The `striptags` function now also removes HTML/XML-style comments. Closes #150. Thanks to Armin Ronacher for the report and suggested fix.
author cmlenz
date Thu, 22 Nov 2007 19:43:05 +0000
parents badb73198fb1
children 54964f7d2253
comparison
equal deleted inserted replaced
654:23b5138fd835 655:14aa86c3e514
34 to "text", the included template is parsed as a text template using the new 34 to "text", the included template is parsed as a text template using the new
35 syntax (ticket #101). 35 syntax (ticket #101).
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
40 #150).
39 41
40 42
41 Version 0.4.4 43 Version 0.4.4
42 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 44 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
43 (Aug 14, 2007, from branches/stable/0.4.x) 45 (Aug 14, 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software