forked from orbit-oss/flask
Merge branch '2.0.x'
This commit is contained in:
commit
0fb5c2f034
4 changed files with 40 additions and 13 deletions
|
|
@ -47,6 +47,11 @@ Unreleased
|
|||
- Fix type annotation for ``errorhandler`` decorator. :issue:`4295`
|
||||
- Revert a change to the CLI that caused it to hide ``ImportError``
|
||||
tracebacks when importing the application. :issue:`4307`
|
||||
- ``app.json_encoder`` and ``json_decoder`` are only passed to
|
||||
``dumps`` and ``loads`` if they have custom behavior. This improves
|
||||
performance, mainly on PyPy. :issue:`4349`
|
||||
- Clearer error message when ``after_this_request`` is used outside a
|
||||
request context. :issue:`4333`
|
||||
|
||||
|
||||
Version 2.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue