diff options
| author | Michael Merickel <michael@merickel.org> | 2016-03-14 13:27:14 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-03-14 13:27:14 -0500 |
| commit | 4d4688b7053ddfcfd91b36bf9504c1db76a92763 (patch) | |
| tree | 7316d31aefe40089394b5505bd3f47acc0fd8977 | |
| parent | 375250d4d93fa8d9a7ce9d8887b969a5b430b62e (diff) | |
| download | pyramid-4d4688b7053ddfcfd91b36bf9504c1db76a92763.tar.gz pyramid-4d4688b7053ddfcfd91b36bf9504c1db76a92763.tar.bz2 pyramid-4d4688b7053ddfcfd91b36bf9504c1db76a92763.zip | |
add changelog for #2393
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3a1305c95..a17f4aab5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) ================ |
