Mercurial > genshi > genshi-test
diff ChangeLog @ 539:b7ea7b2b609f stable-0.4.x
Ported [646] to 0.4.x branch.
author | cmlenz |
---|---|
date | Thu, 28 Jun 2007 17:05:51 +0000 |
parents | a40ad8334f0f |
children | d8ccbef91504 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ * The I18n filter no longer extracts or translates literal strings in attribute values that also contain expressions. + * Added `loader_callback` option to plugin interface, which allows specifying + a callback function that the template loader should invoke whenever a new + template is loaded (ticket #130). Note that the value for this option can + not be specified as a string, only as an actual function object, which means + it is not available for use through configuration files. Version 0.4.2