mirror of https://github.com/pallets/flask.git
Documented hostname change.
This commit is contained in:
parent
00f87f679c
commit
9cf2ea2abc
1
CHANGES
1
CHANGES
|
@ -13,6 +13,7 @@ Version 0.2
|
||||||
- added :func:`~flask.get_template_attribute` helper function.
|
- added :func:`~flask.get_template_attribute` helper function.
|
||||||
- :meth:`~flask.Flask.add_url_rule` can now also register a
|
- :meth:`~flask.Flask.add_url_rule` can now also register a
|
||||||
view function.
|
view function.
|
||||||
|
- server listens on 127.0.0.1 by default now to fix issues with chrome.
|
||||||
|
|
||||||
Version 0.1
|
Version 0.1
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in New Issue