From 0cef6bc5d627524354c47295df7a0aa84a64539e Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 1 Nov 2018 21:05:04 -0500 Subject: remove deprecated media range support from add_view and add_route --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index cd2d05054..f847cec7a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -32,6 +32,13 @@ Backward Incompatibilities request. For example, ``request.authenticated_userid``. See https://github.com/Pylons/pyramid/pull/3410 +- Removed support for supplying a media range to the ``accept`` predicate of + both ``pyramid.config.Configurator.add_view`` and + ``pyramid.config.Configurator.add_route``. These options were deprecated + in Pyramid 1.10 and WebOb 1.8 because they resulted in uncontrollable + matching that was not compliant with the RFC. + See https://github.com/Pylons/pyramid/pull/3411 + Documentation Changes --------------------- -- cgit v1.2.3