From 6de6df2a4227958006fc567256d03feb2da43742 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 5 Jan 2019 12:44:18 -0600 Subject: stop overriding request.json_body from webob --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.rst') 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 --------- -- cgit v1.2.3