From afe5d3cbd44056893aa8c11f4bf17496cee92022 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 5 Aug 2011 12:37:57 +0200 Subject: [PATCH] Added a missing versionadded --- flask/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flask/app.py b/flask/app.py index 359a233d..1eed507d 100644 --- a/flask/app.py +++ b/flask/app.py @@ -996,6 +996,8 @@ class Flask(_PackageBoundObject): exception is not called and it shows up as regular exception in the traceback. This is helpful for debugging implicitly raised HTTP exceptions. + + .. versionadded:: 0.8 """ if self.config['TRAP_HTTP_EXCEPTIONS']: return True