# HG changeset patch # User cmlenz # Date 1160747095 0 # Node ID 4a8975768572674129654371e77cf6108dfa13c9 # Parent e17b7459b515c42cbb3412cf62b639d508b84ebc Updated change log. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ 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. + * The template engine plugin now supports a range of options for + configuration, for example to set the default serialization method, the + default output encoding, or the default DOCTYPE. Version 0.3.3 @@ -18,6 +21,8 @@ * Fixed bug introduced in 0.3.2 that broke the parsing of templates which declare the same namespace more than once in a nested fashion. + * Fixed the parsing of HTML entity references inside attribute values, both + in the `XMLParser` and the `HTMLParser` classes. Version 0.3.2