changeset 286:e22bce390fd8 stable-0.3.x 0.3.2

Updated change log on 0.3.x branch.
author cmlenz
date Thu, 12 Oct 2006 12:45:20 +0000
parents 65a46e008098
children 798f52731bbc
files ChangeLog
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+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 contents of `<script>` and `<style>` elements are no longer escaped when
+   serializing to HTML but declaring the XHTML namespace in the template.
+ * Improved error message raised when using the `py:for` directive on an object
+   that is not iterable (ticket #60).
+ * Fixed the XPath function `starts-with()` which was always returning true
+   (ticket #61).
+
+
 Version 0.3.1
 http://svn.edgewall.org/repos/genshi/tags/0.3.1/
 (Sep 22 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software