summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-07-19 00:20:46 -0500
committerMichael Merickel <michael@merickel.org>2017-07-19 00:20:46 -0500
commit9c725a6ce6ee320c0fe394d92437ce2f5af6ca79 (patch)
tree9e2669e14985db3be25e5579454d4de617f88471
parent90f64a18d4ce159b8e02638cd6b87400178dc90d (diff)
downloadpyramid-9c725a6ce6ee320c0fe394d92437ce2f5af6ca79.tar.gz
pyramid-9c725a6ce6ee320c0fe394d92437ce2f5af6ca79.tar.bz2
pyramid-9c725a6ce6ee320c0fe394d92437ce2f5af6ca79.zip
add changelog for #3129
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 986274d86..01e4b2f1c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,12 @@ Features
decorators. See https://github.com/Pylons/pyramid/pull/3105 and
https://github.com/Pylons/pyramid/pull/3122
+- Fix the ``pyramid.request.Request`` class name after using
+ ``set_property`` or ``config.add_request_method`` such that the
+ ``str(request.__class__)`` would appear as ``pyramid.request.Request``
+ instead of ``pyramid.util.Request``.
+ See https://github.com/Pylons/pyramid/pull/3129
+
Bug Fixes
---------