Skip to content

Commit 4dc3ba5

Browse files
committed
release 1.0.2
1 parent ad09134 commit 4dc3ba5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@ Flask Changelog
77
Version 1.0.2
88
-------------
99

10-
Unreleased
10+
Released on May 2nd 2018
11+
12+
- Fix more backwards compatibility issues with merging slashes between
13+
a blueprint prefix and route. (`#2748`_)
14+
- Fix error with ``flask routes`` command when there are no routes.
15+
(`#2751`_)
16+
17+
.. _#2748: https://github.com/pallets/flask/pull/2748
18+
.. _#2751: https://github.com/pallets/flask/issues/2751
1119

1220

1321
Version 1.0.1
1422
-------------
1523

16-
Released on April 29 2018
24+
Released on April 29th 2018
1725

1826
- Fix registering partials (with no ``__name__``) as view functions.
1927
(`#2730`_)

0 commit comments

Comments
 (0)