Skip to content

Commit

Permalink
add changelog for #2393
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Mar 14, 2016
1 parent 375250d commit 4d4688b
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 @@ -21,6 +21,12 @@ unreleased
``request.params['=abc'] == '1'``.
See https://github.com/Pylons/pyramid/pull/1370

- A new ``request.invoke_exception_view(...)`` method which can be used to
invoke an exception view and get back a response. This is useful for
rendering an exception view outside of the context of the excview tween
where you may need more control over the request.
See https://github.com/Pylons/pyramid/pull/2393

1.6 (2015-04-14)
================

Expand Down

0 comments on commit 4d4688b

Please sign in to comment.