diff UPGRADE.txt @ 343:4ff2338e89cd

Remove automatic calling of expression evaluation results if they are callable. See [http://groups.google.com/group/genshi/browse_thread/thread/f515986760918d41 this mailing list thread].
author cmlenz
date Fri, 10 Nov 2006 10:00:44 +0000
parents 5f2c7782cd8a
children 8e75b83d3e71
line wrap: on
line diff
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -10,6 +10,10 @@
 leftover traces of the `template.py` file on the installation path.
 This is not necessary when Genshi was installed as a Python egg.
 
+Results of evaluating template expressions are no longer implicitly
+called if they are callable. If you have been using that feature, you
+will need to add the parenthesis to actually call the function.
+
 
 Upgrading from Markup
 ---------------------
Copyright (C) 2012-2017 Edgewall Software