cmlenz@286: Version 0.3.2 cmlenz@286: http://svn.edgewall.org/repos/genshi/tags/0.3.2/ cmlenz@286: (Oct 12 2006, from branches/stable/0.3.x) cmlenz@286: cmlenz@286: * Exceptions from templates now contain the absolute path to the template file cmlenz@286: when a search path is used. This enables tracebacks to display the line in cmlenz@286: question. cmlenz@286: * The template engine plugin now provides three different types: "genshi" and cmlenz@286: "genshi-markup" map to markup templates, while "genshi-text" maps to text cmlenz@286: templates. cmlenz@286: * Fixed the namespace context used by XPath patterns in py:match templates. cmlenz@286: The were erroneously using the namespace context of the elements being cmlenz@286: matched, where they should rather use the context in which they were cmlenz@286: defined. cmlenz@286: * The contents of `