From 9c725a6ce6ee320c0fe394d92437ce2f5af6ca79 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 19 Jul 2017 00:20:46 -0500 Subject: add changelog for #3129 --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 --------- -- cgit v1.2.3