diff ChangeLog @ 317:8ba12f886c8a

Update change log, and some minor tweaks to keyword argument ordering for the new `encoding` parameter.
author cmlenz
date Tue, 24 Oct 2006 16:10:09 +0000
parents dd6a18206119
children 192433e67756
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,19 @@
    associated choose directive does have one. In that case, the when branch is
    followed if the expression of the choose directive evaluates to a truth
    value.
+ * Unsuccessful attribute or item lookups now return `Undefined` objects for
+   nicer error messages.
+
+
+Version 0.3.4
+http://svn.edgewall.org/repos/genshi/tags/0.3.4/
+(?, from branches/stable/0.3.x)
+
+ * The encoding of HTML and XML files, as well as markup and text templates,
+   can now be specified. Also, the encoding specified in XML declarations is
+   now respected unless an expiclit encoding is requested.
+ * Expressions used as arguments for `py:with`, `py:def`, and `py:for`
+   directives can now contain non-ASCII strings.
 
 
 Version 0.3.3
Copyright (C) 2012-2017 Edgewall Software