diff ChangeLog @ 538:19c7dc1e4dd5

Add `loader_callback` option to plugin interface as requested in #130.
author cmlenz
date Thu, 28 Jun 2007 17:04:54 +0000
parents d0619ab2bcec
children 6e21c89d9255
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
Copyright (C) 2012-2017 Edgewall Software