File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ Major release, unreleased
14
14
- Change default configuration `JSONIFY_PRETTYPRINT_REGULAR=False`. jsonify()
15
15
method returns compressed response by default, and pretty response in
16
16
debug mode.
17
- - Call `ctx.auto_pop` with the exception object instead of `None`, in the
18
- event that a `BaseException` such as `KeyboardInterrupt` is raised in a
19
- request handler.
20
17
21
18
Version 0.12.1
22
19
--------------
@@ -27,6 +24,9 @@ Bugfix release, unreleased
27
24
within the imported application module.
28
25
- Fix encoding behavior of ``app.config.from_pyfile`` for Python 3. Fix
29
26
``#2118``.
27
+ - Call `ctx.auto_pop` with the exception object instead of `None`, in the
28
+ event that a `BaseException` such as `KeyboardInterrupt` is raised in a
29
+ request handler.
30
30
31
31
Version 0.12
32
32
------------
You can’t perform that action at this time.
0 commit comments