forked from orbit-oss/flask
drop support for Python 2.7 and 3.5
This commit is contained in:
parent
7673835b3d
commit
a0a61acdec
7 changed files with 53 additions and 129 deletions
|
|
@ -1,10 +1,11 @@
|
|||
.. currentmodule:: flask
|
||||
|
||||
Version 1.2.0
|
||||
Version 2.0.0
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
|
||||
- Drop support for Python 2 and 3.5.
|
||||
- Add :meth:`sessions.SessionInterface.get_cookie_name` to allow
|
||||
setting the session cookie name dynamically. :pr:`3369`
|
||||
- Add :meth:`Config.from_file` to load config using arbitrary file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue