forked from orbit-oss/flask
add changelog for GH-2986
This commit is contained in:
parent
b92b2e6c74
commit
662ce2151d
3 changed files with 22 additions and 8 deletions
|
|
@ -19,11 +19,16 @@ Unreleased
|
|||
Python version. (`#2825`_)
|
||||
- :func:`send_file` handles an ``attachment_filename`` that is a
|
||||
native Python 2 string (bytes) with UTF-8 coded bytes. (`#2933`_)
|
||||
- A catch-all error handler registered for ``HTTPException`` will not
|
||||
handle ``RoutingExcpetion``, which is used internally during
|
||||
routing. This fixes the unexpected behavior that had been introduced
|
||||
in 1.0. (`#2986`_)
|
||||
|
||||
.. _#2766: https://github.com/pallets/flask/issues/2766
|
||||
.. _#2765: https://github.com/pallets/flask/pull/2765
|
||||
.. _#2825: https://github.com/pallets/flask/pull/2825
|
||||
.. _#2933: https://github.com/pallets/flask/issues/2933
|
||||
.. _#2986: https://github.com/pallets/flask/pull/2986
|
||||
|
||||
|
||||
Version 1.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue