From cc5e490467c105b8cce35c0bca688ed18ec93255 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 8 Aug 2008 23:10:20 +0000 Subject: - Add ``find_context_from_path`` and ``find_root`` traversal APIs. In the process, make ITraverser a uni-adapter (on context) rather than a multiadapter (on context and request). --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index eac0c6b48..84a27b021 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +After 0.2.7 + + - Add ``find_context_from_path`` and ``find_root`` traversal APIs. + In the process, make ITraverser a uni-adapter (on context) rather + than a multiadapter (on context and request). + 0.2.7 - Add a ``request_type`` attribute to the available attributes of a -- cgit v1.2.3