summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-08 23:10:20 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-08 23:10:20 +0000
commitcc5e490467c105b8cce35c0bca688ed18ec93255 (patch)
treeb80b330385a9d796ea99f74b88eaaeee90d057b6 /CHANGES.txt
parent8fc21eb80a3c0fbe2ec4984636f86acab228d6b7 (diff)
downloadpyramid-cc5e490467c105b8cce35c0bca688ed18ec93255.tar.gz
pyramid-cc5e490467c105b8cce35c0bca688ed18ec93255.tar.bz2
pyramid-cc5e490467c105b8cce35c0bca688ed18ec93255.zip
- 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).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
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