forked from orbit-oss/flask
untag without object_hook
This commit is contained in:
parent
c275573147
commit
700fc7d928
2 changed files with 16 additions and 1 deletions
|
|
@ -5,6 +5,9 @@ Unreleased
|
|||
|
||||
- Correct type for ``path`` argument to ``send_file``. :issue:`5230`
|
||||
- Fix a typo in an error message for the ``flask run --key`` option. :pr:`5344`
|
||||
- Session data is untagged without relying on the built-in ``json.loads``
|
||||
``object_hook``. This allows other JSON providers that don't implement that.
|
||||
:issue:`5381`
|
||||
|
||||
|
||||
Version 3.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue