From 74721b48f0347f19f134f386fab3421e5132fb53 Mon Sep 17 00:00:00 2001 From: Catarina Bressan Date: Tue, 22 Oct 2024 17:32:02 -0300 Subject: [PATCH] Fix the issue link in the Flask 3.0.1 Changelog in the send_file argument type entry --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6de7eece..f45f926d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,7 +25,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.