From 0d13f6596c2cf38a611183e01a7f73173d5d6faa Mon Sep 17 00:00:00 2001 From: Malthe Borch Date: Mon, 26 Oct 2009 12:27:34 +0000 Subject: The root factory may now return an object which implements ``ITraverser`` directly. In this case, no adaptation is done before traversal. This feature is added such that a routes factory can implement its own traversal logic without establishing an artificial context only to get a hook into the traversal machinery. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index b4c04304e..b112a996a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,10 @@ Next release Features -------- +- The root factory may now return an object which implements + ``ITraverser`` directly. In this case, no adaptation is done before + traversal. + - Add ``path_info`` view configuration predicate. - ``paster bfgshell`` now supports IPython if it's available for -- cgit v1.2.3