summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-08-02 00:37:32 -0400
committerChris McDonough <chrism@plope.com>2012-08-02 00:37:32 -0400
commit1bbe668972a6ac3b116f44e50825c66ae5813326 (patch)
tree147ed65503684a0ab1edb7a333f66755e52e439c /CHANGES.txt
parentb4f193258837f94d6e4d069f37538dc6f55af709 (diff)
parent92b456610438bdd94b7906683f8b2049fe5765bd (diff)
downloadpyramid-1bbe668972a6ac3b116f44e50825c66ae5813326.tar.gz
pyramid-1bbe668972a6ac3b116f44e50825c66ae5813326.tar.bz2
pyramid-1bbe668972a6ac3b116f44e50825c66ae5813326.zip
Merge branch 'master' of github.com:Pylons/pyramid
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.