forked from orbit-oss/flask
Merge branch '1.0-maintenance'
This commit is contained in:
commit
9bee619320
4 changed files with 32 additions and 5 deletions
18
CHANGES.rst
18
CHANGES.rst
|
|
@ -10,16 +10,30 @@ Version 1.1
|
|||
Unreleased
|
||||
|
||||
|
||||
Version 1.0.2
|
||||
Version 1.0.3
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
|
||||
|
||||
Version 1.0.2
|
||||
-------------
|
||||
|
||||
Released on May 2nd 2018
|
||||
|
||||
- Fix more backwards compatibility issues with merging slashes between
|
||||
a blueprint prefix and route. (`#2748`_)
|
||||
- Fix error with ``flask routes`` command when there are no routes.
|
||||
(`#2751`_)
|
||||
|
||||
.. _#2748: https://github.com/pallets/flask/pull/2748
|
||||
.. _#2751: https://github.com/pallets/flask/issues/2751
|
||||
|
||||
|
||||
Version 1.0.1
|
||||
-------------
|
||||
|
||||
Released on April 29 2018
|
||||
Released on April 29th 2018
|
||||
|
||||
- Fix registering partials (with no ``__name__``) as view functions.
|
||||
(`#2730`_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue