diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-07 20:18:47 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-07 20:18:47 -0500 |
| commit | 89eeb971cdc0d499015a39300ff8662b0f31f0e5 (patch) | |
| tree | 93b19aab92368cac99bf591f3bcea0107f7e17b3 /CHANGES.txt | |
| parent | f4952ee0d30eeb67976684d6422f5db05d9f5264 (diff) | |
| parent | 1ceae4adac7c050e955778c71b3680edb9a3cb8c (diff) | |
| download | pyramid-89eeb971cdc0d499015a39300ff8662b0f31f0e5.tar.gz pyramid-89eeb971cdc0d499015a39300ff8662b0f31f0e5.tar.bz2 pyramid-89eeb971cdc0d499015a39300ff8662b0f31f0e5.zip | |
Merge branch '1.3-branch' of github.com:Pylons/pyramid into 1.3-branch
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7d20796e1..8bfdc6d66 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,10 @@ Features - Internal: catch unhashable discriminators early (raise an error instead of allowing them to find their way into resolveConflicts). +- The `match_param` view predicate now accepts a string or a tuple. + This replaces the broken behavior of accepting a dict. See + https://github.com/Pylons/pyramid/issues/425 for more information. + Bug Fixes --------- @@ -21,6 +25,13 @@ Bug Fixes - The ``prequest`` script would fail when used against URLs which did not return HTML or text. See https://github.com/Pylons/pyramid/issues/381 +Backwards Incompatibilities +--------------------------- + +- The `match_param` view predicate no longer accepts a dict. This will + have no negative affect because the implementation was broken for + dict-based arguments. + Documentation ------------- |
