diff options
| author | Chris McDonough <chrism@plope.com> | 2012-10-13 19:02:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-10-13 19:02:44 -0400 |
| commit | a187ea92eda80aebedf8d2d3c41fbbeda11a9471 (patch) | |
| tree | ad3a762fccf0d48b5300ace29b52c09298409767 /CHANGES.txt | |
| parent | b33a6a79fe614bd50a9a6993d8538ac0e8469bc1 (diff) | |
| parent | dddddedc546506f6736054bd562e90a0b23def68 (diff) | |
| download | pyramid-a187ea92eda80aebedf8d2d3c41fbbeda11a9471.tar.gz pyramid-a187ea92eda80aebedf8d2d3c41fbbeda11a9471.tar.bz2 pyramid-a187ea92eda80aebedf8d2d3c41fbbeda11a9471.zip | |
Merge branch '1.4-branch'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index df4ada7e9..95375e5ba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,19 @@ Next release ============ +Features +-------- + +- Allow multiple values to be specified to the ``request_param`` view/route + predicate as a sequence. Previously only a single string value was allowed. + See https://github.com/Pylons/pyramid/pull/705 + Bug Fixes --------- +- The match_param predicate's text method was fixed to sort its values. + Part of https://github.com/Pylons/pyramid/pull/705 + - 1.4a ``pyramid.scripting.prepare`` behaved differently than 1.3 series function of same name. In particular, if passed a request, it would not set the ``registry`` attribute of the request like 1.3 did. A symptom |
