forked from orbit-oss/flask
use app.url_for as template global
avoid extra call from helpers.url_for update changelog for method moves
This commit is contained in:
parent
00e2aac937
commit
69e2300608
2 changed files with 4 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue