From 4dc3ba528147822fc38efc03c5f11dfeaa7c8d13 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 2 May 2018 07:14:08 -0700 Subject: [PATCH] release 1.0.2 --- CHANGES.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7ec675df..79d9b5c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,13 +7,21 @@ Flask Changelog Version 1.0.2 ------------- -Unreleased +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`_)