Skip to content

Commit

Permalink
add changelog for Pylons#3129
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jul 19, 2017
1 parent 90f64a1 commit 9c725a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down

0 comments on commit 9c725a6

Please sign in to comment.