Fix the issue link in the Flask 3.0.1 Changelog in the send_file argu… (#5618)
This commit is contained in:
commit
68150d4caf
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Version 3.0.1
|
||||||
|
|
||||||
Released 2024-01-18
|
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`
|
- 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``
|
- Session data is untagged without relying on the built-in ``json.loads``
|
||||||
``object_hook``. This allows other JSON providers that don't implement that.
|
``object_hook``. This allows other JSON providers that don't implement that.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue