summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5426da283..83126b062 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,12 @@
Next release
+ - The component registration handler for views (functions or class
+ instances) now observes component adaptation annotations (see
+ ``zope.component.adaptedBy``) and uses them before the fallback
+ values for ``for_`` and ``request_type``. This change does not
+ affect existing code insomuch as the code does not rely on these
+ defaults when an annotation is set on the view (unlikely).
+
- Strip all slashes from end and beginning of path in clean_path
within traversal machinery.