summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-07-29 14:55:39 -0400
committerChris McDonough <chrism@plope.com>2012-07-29 14:55:39 -0400
commit92b456610438bdd94b7906683f8b2049fe5765bd (patch)
treeb5a918a8a5301c5010cfd53482a2c39c0bae1645 /CHANGES.txt
parent440e2e7d94648973a3f9b5aa6136792d02ae1e9e (diff)
parent61a57eaaa82c3e001ee3b0102e7a1b6cdb42532d (diff)
downloadpyramid-92b456610438bdd94b7906683f8b2049fe5765bd.tar.gz
pyramid-92b456610438bdd94b7906683f8b2049fe5765bd.tar.bz2
pyramid-92b456610438bdd94b7906683f8b2049fe5765bd.zip
Merge branch 'feature.predmismatchexc'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c6afaf0c7..ecb2bf659 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -54,3 +54,7 @@ Features
result for the view being called. The uri format using an asset spec is
package:path/to/template#defname.mako. The old way of returning a tuple
from the view is supported for backward compatibility, ('defname', {}).
+
+- When there is a predicate mismatch exception (seen when no view matches for
+ a given request due to predicates not working), the exception now contains
+ a textual description of the predicate which didn't match.