summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-11 12:35:16 -0500
committerChris McDonough <chrism@plope.com>2012-11-11 12:35:16 -0500
commit267dbd261862c3d1e06ec49aad36e4bbae384eca (patch)
treea8b7cc3e47d76beec1cbda81dbddeeec16ce8e25 /CHANGES.txt
parent20b1a19653de95e1adfa864a4f9ef6b2522e3409 (diff)
downloadpyramid-267dbd261862c3d1e06ec49aad36e4bbae384eca.tar.gz
pyramid-267dbd261862c3d1e06ec49aad36e4bbae384eca.tar.bz2
pyramid-267dbd261862c3d1e06ec49aad36e4bbae384eca.zip
- Be more tolerant of potential error conditions in ``match_param`` and
``physical_path`` predicate implementations; instead of raising an exception, return False.
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 5175baa5a..b0bbd32a2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -52,6 +52,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
------------