Documented hostname change.

This commit is contained in:
Armin Ronacher 2010-04-20 21:45:36 +02:00
parent 00f87f679c
commit 9cf2ea2abc
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Version 0.2
- added :func:`~flask.get_template_attribute` helper function.
- :meth:`~flask.Flask.add_url_rule` can now also register a
view function.
- server listens on 127.0.0.1 by default now to fix issues with chrome.
Version 0.1
-----------