summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-26 13:42:24 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-26 13:42:24 +0000
commit517d037fdb5a6cd86b2fa09296d0d39f982605ca (patch)
tree6a3c478ac7d048b11a970f1ae3be419e72842690 /CHANGES.txt
parent0a0ffe0b01e81e2fd55e92a818187d3b3b294605 (diff)
downloadpyramid-517d037fdb5a6cd86b2fa09296d0d39f982605ca.tar.gz
pyramid-517d037fdb5a6cd86b2fa09296d0d39f982605ca.tar.bz2
pyramid-517d037fdb5a6cd86b2fa09296d0d39f982605ca.zip
Readd backward compat for ITraverserFactory -> ITraverser change.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
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)
==================