forked from orbit-oss/flask
remove tests and docs for python 2.6 and 3.3
This commit is contained in:
parent
27a7171d42
commit
28d0f66c1f
8 changed files with 11 additions and 51 deletions
2
CHANGES
2
CHANGES
|
|
@ -8,6 +8,7 @@ Version 0.13
|
|||
|
||||
Major release, unreleased
|
||||
|
||||
- **Python 2.6 and 3.3 are no longer supported.** (`pallets/meta#24`_)
|
||||
- Minimum Werkzeug version bumped to 0.9, but please use the latest version.
|
||||
- Minimum Click version bumped to 4, but please use the latest version.
|
||||
- Make ``app.run()`` into a noop if a Flask application is run from the
|
||||
|
|
@ -115,6 +116,7 @@ Major release, unreleased
|
|||
- Blueprint view function name may not contain dots. (`#2450`_)
|
||||
- The dev server now uses threads by default.
|
||||
|
||||
.. _pallets/meta#24: https://github.com/pallets/meta/issues/24
|
||||
.. _#1421: https://github.com/pallets/flask/issues/1421
|
||||
.. _#1489: https://github.com/pallets/flask/pull/1489
|
||||
.. _#1621: https://github.com/pallets/flask/pull/1621
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue