From 077c3c521b1a3cc3b17449f3360f2a0532d50dc7 Mon Sep 17 00:00:00 2001 From: Malthe Borch Date: Mon, 26 Oct 2009 11:44:24 +0000 Subject: Adapt to ``ITraverser`` instead of ``ITraverserFactory``. While this change breaks backwards compatibility, migration is trivial. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 3ce8a8f5f..b4c04304e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -55,6 +55,10 @@ 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 -------- -- cgit v1.2.3