From f0de0a60575363fbc8c484d204a55e02cb3559a8 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 23 Mar 2015 16:43:44 +0100 Subject: [PATCH] Changelog for #1393 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) 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 --------------