summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMalthe Borch <mborch@gmail.com>2009-10-26 12:27:34 +0000
committerMalthe Borch <mborch@gmail.com>2009-10-26 12:27:34 +0000
commit0d13f6596c2cf38a611183e01a7f73173d5d6faa (patch)
tree91482267042f6403dab57816615e1e35c24b99ce /CHANGES.txt
parent077c3c521b1a3cc3b17449f3360f2a0532d50dc7 (diff)
downloadpyramid-0d13f6596c2cf38a611183e01a7f73173d5d6faa.tar.gz
pyramid-0d13f6596c2cf38a611183e01a7f73173d5d6faa.tar.bz2
pyramid-0d13f6596c2cf38a611183e01a7f73173d5d6faa.zip
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.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
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