Skip to content

Commit 0f83ff4

Browse files
committed
releasenotes: add note about improved error handling
1 parent 09bf47c commit 0f83ff4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
features:
3+
- |
4+
Improved error handling of custom request handlers. Request handlers added
5+
with ``respond_with_handler`` now can use the ``assert`` statement. Those
6+
errors will be reported when a further ``check_assertions()`` call is made.
7+
Also, unhandled exceptions raised in the request handlers can be re-raised
8+
by calling the new ``check_handler_errors()`` method. A new method called
9+
``check()`` has been added which calls these two in sequence.

0 commit comments

Comments
 (0)