untag without object_hook

This commit is contained in:
David Lord 2024-01-15 07:47:13 -08:00
parent c275573147
commit 700fc7d928
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 16 additions and 1 deletions

View file

@ -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