Mercurial > genshi > mirror
comparison ChangeLog @ 574:3014f14fc83d trunk
Oops, fix dates in ChangeLog.
author | cmlenz |
---|---|
date | Tue, 17 Jul 2007 19:45:54 +0000 |
parents | f0461dc3939a |
children | 2f7f6b70d5b9 |
comparison
equal
deleted
inserted
replaced
571:f0461dc3939a | 574:3014f14fc83d |
---|---|
19 speed up rendering of that template a bit. | 19 speed up rendering of that template a bit. |
20 | 20 |
21 | 21 |
22 Version 0.4.3 | 22 Version 0.4.3 |
23 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ | 23 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ |
24 (?, from branches/stable/0.4.x) | 24 (Jul 17 2007, from branches/stable/0.4.x) |
25 | 25 |
26 * The I18n filter no longer extracts or translates literal strings in | 26 * The I18n filter no longer extracts or translates literal strings in |
27 attribute values that also contain expressions. | 27 attribute values that also contain expressions. |
28 * Added `loader_callback` option to plugin interface, which allows specifying | 28 * Added `loader_callback` option to plugin interface, which allows specifying |
29 a callback function that the template loader should invoke whenever a new | 29 a callback function that the template loader should invoke whenever a new |
41 exceptions other than `AttributeError` raised in the attribute accessor. | 41 exceptions other than `AttributeError` raised in the attribute accessor. |
42 | 42 |
43 | 43 |
44 Version 0.4.2 | 44 Version 0.4.2 |
45 http://svn.edgewall.org/repos/genshi/tags/0.4.2/ | 45 http://svn.edgewall.org/repos/genshi/tags/0.4.2/ |
46 (Jun 20, from branches/stable/0.4.x) | 46 (Jun 20 2007, from branches/stable/0.4.x) |
47 | 47 |
48 * The `doctype` parameter of the markup serializers now also accepts the "name" | 48 * The `doctype` parameter of the markup serializers now also accepts the "name" |
49 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple. | 49 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple. |
50 * The I18n filter was not replacing the original attributes with the | 50 * The I18n filter was not replacing the original attributes with the |
51 translation, but instead adding a second attribute with the same name. | 51 translation, but instead adding a second attribute with the same name. |