diff options
| author | Michael Merickel <michael@merickel.org> | 2019-01-05 12:44:18 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2019-01-05 12:49:29 -0600 |
| commit | 6de6df2a4227958006fc567256d03feb2da43742 (patch) | |
| tree | 0a34a7546d4f830f90322a9862f0b54ff0d55ffd /CHANGES.rst | |
| parent | d00d868881e2f5260170b48deacc57a8c21f1392 (diff) | |
| download | pyramid-6de6df2a4227958006fc567256d03feb2da43742.tar.gz pyramid-6de6df2a4227958006fc567256d03feb2da43742.tar.bz2 pyramid-6de6df2a4227958006fc567256d03feb2da43742.zip | |
stop overriding request.json_body from webob
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 7772ac7e2..32963027c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -31,6 +31,10 @@ Features to ``add_route`` is the empty string (``''``). See https://github.com/Pylons/pyramid/pull/3420 +- No longer define ``pyramid.request.Request.json_body`` which is already + provided by WebOb. This allows the attribute to now be settable. + See https://github.com/Pylons/pyramid/pull/3447 + Bug Fixes --------- |
