diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-28 15:06:30 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-28 15:06:30 -0600 |
| commit | cb98a90c3dcc40dc42813143a601ef631249f5f4 (patch) | |
| tree | 0d3094d00fbb000ca57bfed9577995830e0b6ecb /CHANGES.txt | |
| parent | 4c1f5ac9aa29616421e75a42157d4c619c9269d6 (diff) | |
| download | pyramid-cb98a90c3dcc40dc42813143a601ef631249f5f4.tar.gz pyramid-cb98a90c3dcc40dc42813143a601ef631249f5f4.tar.bz2 pyramid-cb98a90c3dcc40dc42813143a601ef631249f5f4.zip | |
add changelog for #1370
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
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) ================ |
