From d3fe14781747539c470089208fa7aeb1b2cbbd6f Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 17 Oct 2018 20:41:02 -0500 Subject: fix the dummy request to support the new accept apis --- CHANGES.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index cc70dca8e..d04e84174 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +unreleased +========== + +Bug Fixes +--------- + +- Fix the ``pyramid.testing.DummyRequest`` to support the new + ``request.accept`` API so that ``acceptable_offers`` is available even + when code sets the value to a string. + See https://github.com/Pylons/pyramid/pull/3396 + 1.10a1 (2018-10-15) =================== -- cgit v1.2.3