diff --git a/CHANGES b/CHANGES index aaa0ca40..f8094e37 100644 --- a/CHANGES +++ b/CHANGES @@ -63,6 +63,8 @@ Version 1.0 ``options`` (issue ``#1288``). - ``flask.json.jsonify`` now supports the ``datetime.date`` type (pull request ``#1326``). +- Don't leak exception info of already catched exceptions to context teardown + handlers (pull request ``#1393``). Version 0.10.2 --------------