summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ca6c501fb..b664ab092 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,6 +22,14 @@ Features
factory code which expects to be passed an environ will continue to
work.
+- The ``__call__`` of a plugin "traverser" implementation (registered
+ as an adapter for ``ITraverser`` or ``ITraverserFactory``) will now
+ receive a *request* as the single argument to its ``__call__``
+ method. In previous versions it was passed a WSGI ``environ``
+ object. The request object passed to the factory implements
+ dictionary-like methods in such a way that existing traverser code
+ which expects to be passed an environ will continue to work.
+
Internal
--------