use app.url_for as template global

avoid extra call from helpers.url_for
update changelog for method moves
This commit is contained in:
David Lord 2022-05-15 08:48:07 -07:00
parent 00e2aac937
commit 69e2300608
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 4 additions and 2 deletions

View file

@ -8,6 +8,7 @@ Unreleased
- Add new customization points to the ``Flask`` app object for many
previously global behaviors.
- ``flask.url_for`` will call ``app.url_for``. :issue:`4568`
- ``flask.abort`` will call ``app.aborter``.
``Flask.aborter_class`` and ``Flask.make_aborter`` can be used
to customize this aborter. :issue:`4567`