summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris Rossi <chris@archimedeanco.com>2012-10-14 14:18:19 -0400
committerChris Rossi <chris@archimedeanco.com>2012-10-14 14:18:19 -0400
commitbf932e9b6f3e22daff1c1ca0b1647a3d037b7b44 (patch)
tree1c4ee9e67b77207a2746e3d5d719a166e0cf698f /CHANGES.txt
parent0678dec16488928f23ea951d2d5ac44ddbc7935f (diff)
parent1207dbed3f2e4cc765fd2078f9c622329324ffe0 (diff)
downloadpyramid-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.txt13
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