summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-17 20:41:02 -0500
committerMichael Merickel <michael@merickel.org>2018-10-17 20:45:01 -0500
commitd3fe14781747539c470089208fa7aeb1b2cbbd6f (patch)
tree7bdd86bbe7b2526805b1aa11a485f00159be8cb9 /CHANGES.rst
parent66a767f0e1911543b77a4dd768821ee2ed40390a (diff)
downloadpyramid-d3fe14781747539c470089208fa7aeb1b2cbbd6f.tar.gz
pyramid-d3fe14781747539c470089208fa7aeb1b2cbbd6f.tar.bz2
pyramid-d3fe14781747539c470089208fa7aeb1b2cbbd6f.zip
fix the dummy request to support the new accept apis
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
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)
===================