Skip to content

Commit 8058767

Browse files
committed
CHANGES.rst: add release notes for 1.0.1
1 parent 45655dd commit 8058767

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Release Notes
33
=============
44

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+
523
.. _Release Notes_1.0.0:
624

725
1.0.0

0 commit comments

Comments
 (0)