cmlenz@192: Version 0.3 cmlenz@192: http://svn.edgewall.org/repos/markup/tags/0.3.0/ cmlenz@192: (?, from branches/stable/0.3.x) cmlenz@192: cmlenz@192: * Expression evaluation now differentiates between undefined variables and cmlenz@192: variables that are defined but set to `None`. This also means that local cmlenz@192: variables can override built-ins even if the local variable are set to cmlenz@192: `None` (ticket #36). cmlenz@192: * The parsing of `py:with` directives has been improved: you can now assign cmlenz@192: to multiple names, and semicolons inside string literals are treated as cmlenz@192: expected. cmlenz@192: cmlenz@192: cmlenz@148: Version 0.2 cmlenz@148: http://svn.edgewall.org/repos/markup/tags/0.2.0/ cmlenz@184: (Aug 22 2006, from branches/stable/0.2.x) cmlenz@148: cmlenz@153: * XPath syntax errors now contain position info (ticket #20). cmlenz@148: * Errors in expression evaluation now contain the correct line number in the cmlenz@153: template (ticket #22). cmlenz@148: *