We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad09134 commit 4dc3ba5Copy full SHA for 4dc3ba5
CHANGES.rst
@@ -7,13 +7,21 @@ Flask Changelog
7
Version 1.0.2
8
-------------
9
10
-Unreleased
+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
19
20
21
Version 1.0.1
22
23
-Released on April 29 2018
24
+Released on April 29th 2018
25
26
- Fix registering partials (with no ``__name__``) as view functions.
27
(`#2730`_)
0 commit comments