Merge branch '2.1.x'

This commit is contained in:
David Lord 2022-07-13 14:03:01 -07:00
commit 76a6b4f2b5
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -102,7 +102,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`