mirror of https://github.com/pallets/flask.git
Correct changelog
This commit is contained in:
parent
c28a168f35
commit
80c7db638c
6
CHANGES
6
CHANGES
|
@ -14,9 +14,6 @@ Major release, unreleased
|
||||||
- Change default configuration `JSONIFY_PRETTYPRINT_REGULAR=False`. jsonify()
|
- Change default configuration `JSONIFY_PRETTYPRINT_REGULAR=False`. jsonify()
|
||||||
method returns compressed response by default, and pretty response in
|
method returns compressed response by default, and pretty response in
|
||||||
debug mode.
|
debug mode.
|
||||||
- Call `ctx.auto_pop` with the exception object instead of `None`, in the
|
|
||||||
event that a `BaseException` such as `KeyboardInterrupt` is raised in a
|
|
||||||
request handler.
|
|
||||||
|
|
||||||
Version 0.12.1
|
Version 0.12.1
|
||||||
--------------
|
--------------
|
||||||
|
@ -27,6 +24,9 @@ Bugfix release, unreleased
|
||||||
within the imported application module.
|
within the imported application module.
|
||||||
- Fix encoding behavior of ``app.config.from_pyfile`` for Python 3. Fix
|
- Fix encoding behavior of ``app.config.from_pyfile`` for Python 3. Fix
|
||||||
``#2118``.
|
``#2118``.
|
||||||
|
- Call `ctx.auto_pop` with the exception object instead of `None`, in the
|
||||||
|
event that a `BaseException` such as `KeyboardInterrupt` is raised in a
|
||||||
|
request handler.
|
||||||
|
|
||||||
Version 0.12
|
Version 0.12
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in New Issue