diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-10 00:04:43 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-10 00:04:43 -0500 |
| commit | 4a9f4f43684c3a754f43935b97013057340c305d (patch) | |
| tree | 87de0a50faa947baaa10d46ff4a1c3b0e40e08bb /CHANGES.rst | |
| parent | c314e31223307d7fd739e0bc41519ae6d1d323d3 (diff) | |
| download | pyramid-4a9f4f43684c3a754f43935b97013057340c305d.tar.gz pyramid-4a9f4f43684c3a754f43935b97013057340c305d.tar.bz2 pyramid-4a9f4f43684c3a754f43935b97013057340c305d.zip | |
deprecate range support
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 3934c5aed..e1f782e60 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -113,6 +113,17 @@ Deprecations implementation if you're still using these features. See https://github.com/Pylons/pyramid/pull/3353 +- Media ranges are deprecated in the ``accept`` argument of + ``pyramid.config.Configurator.add_route``. Use a list of explicit + media types to ``add_route`` to support multiple types. + +- Media ranges are deprecated in the ``accept`` argument of + ``pyramid.config.Configurator.add_view``. There is no replacement for + ranges to ``add_view``, but after much discussion the workflow is + fundamentally ambiguous in the face of various client-supplied values for + the ``Accept`` header. + See https://github.com/Pylons/pyramid/pull/3326 + Backward Incompatibilities -------------------------- |
