summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 73b6b0be4..abef4ab0e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,9 +21,10 @@ Features
arguments: ``context`` and ``request`` and returns ``True`` or
``False``). The associated route will match will only be invoked if
all custom predicates return ``True``, else route matching
- continues. Use one or more custom predicates when no existing
- predefined predicate is useful. Predefined and custom predicates
- can be mixed freely.
+ continues. Note that the value ``context`` will always be ``None``
+ when passed to a custom route predicate. Use one or more custom
+ predicates when no existing predefined predicate is useful.
+ Predefined and custom predicates can be mixed freely.
1.2a6 (2009-12-18)
==================