diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-11 12:35:16 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-11 12:35:16 -0500 |
| commit | 267dbd261862c3d1e06ec49aad36e4bbae384eca (patch) | |
| tree | a8b7cc3e47d76beec1cbda81dbddeeec16ce8e25 /CHANGES.txt | |
| parent | 20b1a19653de95e1adfa864a4f9ef6b2522e3409 (diff) | |
| download | pyramid-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.txt | 4 |
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 ------------ |
