Mercurial > genshi > mirror
diff ChangeLog @ 538:e9db4aca70f0 trunk
Add `loader_callback` option to plugin interface as requested in #130.
author | cmlenz |
---|---|
date | Thu, 28 Jun 2007 17:04:54 +0000 |
parents | 8227900a442c |
children | 619340e2d805 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,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