diff options
| author | Chris McDonough <chrism@plope.com> | 2014-02-08 15:27:27 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-02-08 15:27:27 -0500 |
| commit | 579a5f47523ada48497994f0c70152f617d6af2a (patch) | |
| tree | 507ced3ed56c23224135333a1fb9f0379b463260 /CHANGES.txt | |
| parent | d867f09ca8561fbd25319a8906e1606e11fa40d2 (diff) | |
| download | pyramid-579a5f47523ada48497994f0c70152f617d6af2a.tar.gz pyramid-579a5f47523ada48497994f0c70152f617d6af2a.tar.bz2 pyramid-579a5f47523ada48497994f0c70152f617d6af2a.zip | |
- We no longer eagerly clear ``request.exception`` and ``request.exc_info`` in
the exception view tween. This makes it possible to inspect exception
information within a finished callback. See
https://github.com/Pylons/pyramid/issues/1223.
Closes #1223.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d82b3b641..ed70d7036 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +Next release +============ + +Features +-------- + +- We no longer eagerly clear ``request.exception`` and ``request.exc_info`` in + the exception view tween. This makes it possible to inspect exception + information within a finished callback. See + https://github.com/Pylons/pyramid/issues/1223. + 1.5a4 (2014-01-28) ================== |
