forked from orbit-oss/flask
The default run method is now accepting the port from the SERVER_NAME.
This commit is contained in:
parent
05479eb954
commit
62dbe0e1ca
2 changed files with 13 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -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
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue