comparison ChangeLog @ 411:7d158f8f48ad trunk

Updated change log.
author cmlenz
date Mon, 26 Feb 2007 18:35:31 +0000
parents 68772732c896
children c478a6fa9e77
comparison
equal deleted inserted replaced
410:d14d89995c29 411:7d158f8f48ad
34 * Expressions can now contain dict literals (ticket #37). 34 * Expressions can now contain dict literals (ticket #37).
35 * It is now possible to have one or more escaped dollar signs in front of a 35 * It is now possible to have one or more escaped dollar signs in front of a
36 full expression (ticket #92). 36 full expression (ticket #92).
37 * The `Markup` class is now available by default in template expressions 37 * The `Markup` class is now available by default in template expressions
38 (ticket #67). 38 (ticket #67).
39 * The handling of namespace declarations in XML/XHTML output has been improved.
40 * The `Attrs` class no longer automatically wraps all attribute names in
41 `QName` objects. This is now the responsibility of whoever is instantiating
42 `Attrs` objects (for example, stream filters and generators).
43 * Python code blocks are now supported using the `<?python ?>` processing
44 instruction (ticket #84).
39 45
40 46
41 Version 0.3.6 47 Version 0.3.6
42 http://svn.edgewall.org/repos/genshi/tags/0.3.6/ 48 http://svn.edgewall.org/repos/genshi/tags/0.3.6/
43 (Dec 11 2006, from branches/stable/0.3.x) 49 (Dec 11 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software