From 517d037fdb5a6cd86b2fa09296d0d39f982605ca Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 26 Oct 2009 13:42:24 +0000 Subject: Readd backward compat for ITraverserFactory -> ITraverser change. --- CHANGES.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3