Skip to content

Commit 68150d4

Browse files
authored
Fix the issue link in the Flask 3.0.1 Changelog in the send_file argu… (#5618)
2 parents d273f87 + 74721b4 commit 68150d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Version 3.0.1
2525

2626
Released 2024-01-18
2727

28-
- Correct type for ``path`` argument to ``send_file``. :issue:`5230`
28+
- Correct type for ``path`` argument to ``send_file``. :issue:`5336`
2929
- Fix a typo in an error message for the ``flask run --key`` option. :pr:`5344`
3030
- Session data is untagged without relying on the built-in ``json.loads``
3131
``object_hook``. This allows other JSON providers that don't implement that.

0 commit comments

Comments
 (0)