comparison 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
comparison
equal deleted inserted replaced
316:4ab9edf5e83b 317:8ba12f886c8a
17 module. 17 module.
18 * Allow `when` directives to omit the test expression as long as the 18 * Allow `when` directives to omit the test expression as long as the
19 associated choose directive does have one. In that case, the when branch is 19 associated choose directive does have one. In that case, the when branch is
20 followed if the expression of the choose directive evaluates to a truth 20 followed if the expression of the choose directive evaluates to a truth
21 value. 21 value.
22 * Unsuccessful attribute or item lookups now return `Undefined` objects for
23 nicer error messages.
24
25
26 Version 0.3.4
27 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
28 (?, from branches/stable/0.3.x)
29
30 * The encoding of HTML and XML files, as well as markup and text templates,
31 can now be specified. Also, the encoding specified in XML declarations is
32 now respected unless an expiclit encoding is requested.
33 * Expressions used as arguments for `py:with`, `py:def`, and `py:for`
34 directives can now contain non-ASCII strings.
22 35
23 36
24 Version 0.3.3 37 Version 0.3.3
25 http://svn.edgewall.org/repos/genshi/tags/0.3.3/ 38 http://svn.edgewall.org/repos/genshi/tags/0.3.3/
26 (Oct 16 2006, from branches/stable/0.3.x) 39 (Oct 16 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software