Mercurial > genshi > mirror
comparison ChangeLog @ 317:efa7870b63cb trunk
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 | 53d502c7c874 |
children | 6be95de7aa99 |
comparison
equal
deleted
inserted
replaced
316:a946edefac40 | 317:efa7870b63cb |
---|---|
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) |