This release brings along a few updates:
* Firs of all we are updating to flask 2.0 along with it dependencies (Werkzeug, Click).
* Then we are getting rid of Flask-DebugToolbar feature. You can still install and enable it in your applications manually.
* We are also dropping out-of-the-box support for Flask-Navigation, if you are using it, you will need to manually install and enable it from now on.
* Jinja extensions feature has been merged into boostrap and drops support for Humanize and MomentJs filters.
* Sentry feature is also being removed: the underlying library updates to often for us to track and maintain compatibility. This is better be implemented in userland code.