We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45655dd commit 8058767Copy full SHA for 8058767
1 file changed
CHANGES.rst
@@ -2,6 +2,24 @@
2
Release Notes
3
=============
4
5
+.. _Release Notes_1.0.1:
6
+
7
+1.0.1
8
+=====
9
10
+.. _Release Notes_1.0.1_New Features:
11
12
+New Features
13
+------------
14
15
+- Improved error handling of custom request handlers. Request handlers added
16
+ with ``respond_with_handler`` now can use the ``assert`` statement. Those
17
+ errors will be reported when a further ``check_assertions()`` call is made.
18
+ Also, unhandled exceptions raised in the request handlers can be re-raised
19
+ by calling the new ``check_handler_errors()`` method. A new method called
20
+ ``check()`` has been added which calls these two in sequence.
21
22
23
.. _Release Notes_1.0.0:
24
25
1.0.0
0 commit comments