# HG changeset patch # User cmlenz # Date 1160657026 0 # Node ID 408879d805fb40af06e4bba16cf55831d9c87482 # Parent 5cbeeb72c5d49a5cc36dd98221a2096b00768de1 Updated change log. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -3,12 +3,6 @@ (?, from branches/stable/0.4.x) * New example applications for CherryPy and web.py. - * Exceptions from templates now contain the absolute path to the template file - when a search path is used. This enables tracebacks to display the line in - question. - * The template engine plugin now provides three different types: "genshi" and - "genshi-markup" map to markup templates, while "genshi-text" maps to text - templates. * The template loader now uses a LRU cache to limit the number of cached templates to a configurable maximum. Also, a race condition in the template loader was fixed by adding locking. @@ -16,12 +10,28 @@ HTML forms based on a dictionary of values. * The set of permitted tag and attribute names for the HTMLSanitizer can now be configured per instance. + + +Version 0.3.2 +http://svn.edgewall.org/repos/genshi/tags/0.3.2/ +(Oct 12 2006, from branches/stable/0.3.x) + + * Exceptions from templates now contain the absolute path to the template file + when a search path is used. This enables tracebacks to display the line in + question. + * The template engine plugin now provides three different types: "genshi" and + "genshi-markup" map to markup templates, while "genshi-text" maps to text + templates. * Fixed the namespace context used by XPath patterns in py:match templates. The were erroneously using the namespace context of the elements being matched, where they should rather use the context in which they were defined. - * The content of `