summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2018-11-03 13:12:37 -0500
committerGitHub <noreply@github.com>2018-11-03 13:12:37 -0500
commitfc67869fb2732e715905614af3f9a69d48aed644 (patch)
tree05c3c6163ba096f8aeda882c25e4b405fce4423e /CHANGES.rst
parentaa1660f3d9a5dc654a91544d72de596af2fdf9ba (diff)
parent0cef6bc5d627524354c47295df7a0aa84a64539e (diff)
downloadpyramid-fc67869fb2732e715905614af3f9a69d48aed644.tar.gz
pyramid-fc67869fb2732e715905614af3f9a69d48aed644.tar.bz2
pyramid-fc67869fb2732e715905614af3f9a69d48aed644.zip
Merge pull request #3411 from mmerickel/drop-media-ranges
remove deprecated media range support from add_view and add_route
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
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
---------------------