Skip to content

Commit

Permalink
update changelog for #2567
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed May 12, 2016
1 parent a2dfd97 commit 9e21a2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
unreleased
==========

- Fixed the exception view tween to re-raise the original exception if
no exception view could be found to handle the exception. This better
allows tweens further up the chain to handle exceptions that were
left unhandled. Previously they would be converted into a
``PredicateMismatch`` exception if predicates failed to allow the view to
handle the exception.
See https://github.com/Pylons/pyramid/pull/2567

- Exposed the ``pyramid.interfaces.IRequestFactory`` interface to mirror
the public ``pyramid.interfaces.IResponseFactory`` interface.

1.7b3 (2016-05-10)
==================

Expand Down
5 changes: 5 additions & 0 deletions docs/whatsnew-1.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ Feature Additions
:func:`pyramid.paster.setup_logging`.
See https://github.com/Pylons/pyramid/pull/2399

- The :attr:`pyramid.tweens.EXCVIEW` tween will now re-raise the original
exception if no exception view could be found to handle it. This allows
the exception to be handled upstream by another tween or middelware.
See https://github.com/Pylons/pyramid/pull/2567

Deprecations
------------

Expand Down

0 comments on commit 9e21a2c

Please sign in to comment.