diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b4c04304e..06653cf09 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -55,10 +55,6 @@ Backwards Incompatibilities - The ``authtkt`` authentication policy ``remember`` method now no longer honors ``token`` or ``userdata`` keyword arguments. -- The traversal machinery now adapts to ``ITraverser`` instead of - ``ITraverserFactory``, matching the expectation that adaptation - returns an object which implements the required interface. - Internal -------- @@ -87,6 +83,8 @@ Internal to support the ``reissue_time`` feature of the authtkt authentication policy. +- The interface ITraverserFactory is now just an alias for ITraverser. + 1.1a7 (2009-10-18) ================== |
