Add updated Flask.run to CHANGES.
This commit is contained in:
parent
19d32cb172
commit
234ac198cb
1 changed files with 6 additions and 0 deletions
6
CHANGES
6
CHANGES
|
|
@ -37,6 +37,12 @@ Relase date to be decided, codename to be chosen.
|
||||||
- The :func:`flask.get_flashed_messages` function now allows rendering flashed
|
- The :func:`flask.get_flashed_messages` function now allows rendering flashed
|
||||||
message categories in separate blocks, through a ``category_filter``
|
message categories in separate blocks, through a ``category_filter``
|
||||||
argument.
|
argument.
|
||||||
|
- The :meth:`flask.Flask.run` method now accepts `None` for `host` and `port`
|
||||||
|
arguments, using default values when `None`. This allows for calling run
|
||||||
|
using configuration values, e.g. ``app.run(app.config.get('MYHOST'),
|
||||||
|
app.config.get('MYPORT'))``, with proper behavior whether or not a config
|
||||||
|
file is provided.
|
||||||
|
|
||||||
|
|
||||||
Version 0.8.1
|
Version 0.8.1
|
||||||
-------------
|
-------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue