summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-13 14:01:18 -0500
committerChris McDonough <chrism@plope.com>2012-11-13 14:01:18 -0500
commitc224c6ea4a50b89869a7108e775e6ee0adc9e63d (patch)
treef9c27de63b5113c864ceacb7f065e791eb3523e9 /CHANGES.txt
parent8c30a3d9c2437e661eac6f23315837fccb4741ea (diff)
parentfd77b5c78677109c7756a690d0e4be43895ae12a (diff)
downloadpyramid-c224c6ea4a50b89869a7108e775e6ee0adc9e63d.tar.gz
pyramid-c224c6ea4a50b89869a7108e775e6ee0adc9e63d.tar.bz2
pyramid-c224c6ea4a50b89869a7108e775e6ee0adc9e63d.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 d57444ad0..e40312c34 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -57,6 +57,10 @@ Bug Fixes
attribute of the request. It no longer fails in this case. See
https://github.com/Pylons/pyramid/issues/700
+- Be more tolerant of potential error conditions in ``match_param`` and
+ ``physical_path`` predicate implementations; instead of raising an exception,
+ return False.
+
Deprecations
------------