The default run method is now accepting the port from the SERVER_NAME.

This commit is contained in:
Armin Ronacher 2013-06-07 00:46:30 +01:00
parent 05479eb954
commit 62dbe0e1ca
2 changed files with 13 additions and 2 deletions

View file

@ -71,6 +71,8 @@ Release date to be decided.
- Flask now orders JSON keys by default to not trash HTTP caches due to
different hash seeds between different workers.
- Added `appcontext_pushed` and `appcontext_popped` signals.
- The builtin run method now takes the ``SERVER_NAME`` into account when
picking the default port to run on.
Version 0.9
-----------