Skip to content

Commit 80c7db6

Browse files
committed
Correct changelog
1 parent c28a168 commit 80c7db6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ Major release, unreleased
1414
- Change default configuration `JSONIFY_PRETTYPRINT_REGULAR=False`. jsonify()
1515
method returns compressed response by default, and pretty response in
1616
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.
2017

2118
Version 0.12.1
2219
--------------
@@ -27,6 +24,9 @@ Bugfix release, unreleased
2724
within the imported application module.
2825
- Fix encoding behavior of ``app.config.from_pyfile`` for Python 3. Fix
2926
``#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.
3030

3131
Version 0.12
3232
------------

0 commit comments

Comments
 (0)