diff options
| author | Chris Rossi <chris@archimedeanco.com> | 2012-10-14 14:18:19 -0400 |
|---|---|---|
| committer | Chris Rossi <chris@archimedeanco.com> | 2012-10-14 14:18:19 -0400 |
| commit | bf932e9b6f3e22daff1c1ca0b1647a3d037b7b44 (patch) | |
| tree | 1c4ee9e67b77207a2746e3d5d719a166e0cf698f /CHANGES.txt | |
| parent | 0678dec16488928f23ea951d2d5ac44ddbc7935f (diff) | |
| parent | 1207dbed3f2e4cc765fd2078f9c622329324ffe0 (diff) | |
| download | pyramid-bf932e9b6f3e22daff1c1ca0b1647a3d037b7b44.tar.gz pyramid-bf932e9b6f3e22daff1c1ca0b1647a3d037b7b44.tar.bz2 pyramid-bf932e9b6f3e22daff1c1ca0b1647a3d037b7b44.zip | |
Merge branch 'master' into feature-basic-auth
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4221c7071..6f1dadc6b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,22 @@ 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 + +- Comments with references to documentation sections placed in scaffold + ``.ini`` files. + 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 |
