summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-02-29 12:48:09 -0600
committerMichael Merickel <michael@merickel.org>2016-02-29 12:48:09 -0600
commita79bac6697fa312cd1ba0ac4e784bbc820c5e603 (patch)
tree9f7098358c01622fcae8fbe8a318f6484e5d3c8b /CHANGES.txt
parent0c185a3f7bd717845b7e5a00bd0d7a267be582b6 (diff)
parentcb98a90c3dcc40dc42813143a601ef631249f5f4 (diff)
downloadpyramid-a79bac6697fa312cd1ba0ac4e784bbc820c5e603.tar.gz
pyramid-a79bac6697fa312cd1ba0ac4e784bbc820c5e603.tar.bz2
pyramid-a79bac6697fa312cd1ba0ac4e784bbc820c5e603.zip
Merge branch 'master' into feature/alchemy-scaffold-update
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ffa5f51e0..84a62837c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,11 @@ unreleased
``[app:main]`` and ``[server:main]``.
See https://github.com/Pylons/pyramid/pull/2292
+- Allow a leading ``=`` on the key of the request param predicate.
+ For example, '=abc=1' is equivalent down to
+ ``request.params['=abc'] == '1'``.
+ See https://github.com/Pylons/pyramid/pull/1370
+
1.6 (2015-04-14)
================