comparison ChangeLog @ 401:9582328f82e5

Make the `Markup` class available by default in template expressions. Closes #67.
author cmlenz
date Thu, 18 Jan 2007 15:41:47 +0000
parents 4a7358313ee8
children 2f4a525c32d5
comparison
equal deleted inserted replaced
400:8dd0d34a9fb7 401:9582328f82e5
32 * Improve handling of incorrectly nested tags in the HTML parser. 32 * Improve handling of incorrectly nested tags in the HTML parser.
33 * Template includes can now be nested inside fallback content. 33 * Template includes can now be nested inside fallback content.
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
38 (ticket #67).
37 39
38 40
39 Version 0.3.6 41 Version 0.3.6
40 http://svn.edgewall.org/repos/genshi/tags/0.3.6/ 42 http://svn.edgewall.org/repos/genshi/tags/0.3.6/
41 (Dec 11 2006, from branches/stable/0.3.x) 43 (Dec 11 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software