From 4f01c68a4bcabf7dde010b7c602f2811aa89a852 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 13 Jul 2022 14:02:50 -0700 Subject: [PATCH] fix issue link --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 50b8763b..d6166f84 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,7 +9,7 @@ Released 2022-07-13 commands. :pr:`4606` - Relax type annotation for ``after_request`` functions. :issue:`4600` - ``instance_path`` for namespace packages uses the path closest to - the imported submodule. :issue:`4600` + the imported submodule. :issue:`4610` - Clearer error message when ``render_template`` and ``render_template_string`` are used outside an application context. :pr:`4693`