Merge branch 'stable'

This commit is contained in:
David Lord 2024-10-24 13:28:57 -07:00
commit 2778b7c23f
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
7 changed files with 19 additions and 27 deletions

View file

@ -37,7 +37,7 @@ Version 3.0.1
Released 2024-01-18
- Correct type for ``path`` argument to ``send_file``. :issue:`5230`
- Correct type for ``path`` argument to ``send_file``. :issue:`5336`
- 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.