From ed6ddcb8c7badca425093d85e23791f942dd9a34 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 29 Aug 2018 02:38:13 -0500 Subject: update docs and changelog --- CHANGES.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index d0dbbe5c0..d3ffa19fc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -57,6 +57,12 @@ Features - Add support for Python 3.7. Add testing on Python 3.8 with allowed failures. See https://github.com/Pylons/pyramid/pull/3333 +- Added the ``pyramid.config.Configurator.add_accept_view_order`` directive, + allowing users to specify media type preferences in ambiguous situations + such as when several views match. A default ordering is defined for media + types that prefers human-readable html/text responses over JSON. + See https://github.com/Pylons/pyramid/pull/3326 + Bug Fixes --------- @@ -107,6 +113,13 @@ Backward Incompatibilities of previous ``pyramid.httpexceptions.HTTPFound``. See https://github.com/Pylons/pyramid/pull/3328 +- Accept-handling has undergone work to get rid of undefined behaviors and + runtime exceptions. As part of this effort, it is now a hard error to pass + any media ranges to the ``accept`` predicate on routes and views. + Previously, depending on the version of WebOb, this would error on certain + requests or it would work in undefined ways. + https://github.com/Pylons/pyramid/pull/3326 + Documentation Changes --------------------- -- cgit v1.2.3