From 6ba796afb03364219528fd28c24f56876a51954c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 19 Dec 2009 18:47:34 +0000 Subject: More docs. --- CHANGES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3