deprecate got_first_request property

This commit is contained in:
David Lord 2023-02-23 09:28:42 -08:00
parent 704b68948f
commit 2a33c17854
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 11 additions and 3 deletions

View file

@ -23,6 +23,7 @@ Unreleased
- Importing ``escape`` and ``Markup`` from ``flask`` is deprecated. Import them
directly from ``markupsafe`` instead. :pr:`4996`
- The ``app.got_first_request`` property is deprecated. :pr:`4997`
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
:pr:`4947`
- Ensure subdomains are applied with nested blueprints. :issue:`4834`