Mercurial > genshi > mirror
comparison ChangeLog @ 401:68772732c896 trunk
Make the `Markup` class available by default in template expressions. Closes #67.
author | cmlenz |
---|---|
date | Thu, 18 Jan 2007 15:41:47 +0000 |
parents | f0b785d3d407 |
children | 7d158f8f48ad |
comparison
equal
deleted
inserted
replaced
400:e29a94b3ba0c | 401:68772732c896 |
---|---|
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) |