Skip to content

Releases: jpvanhal/flask-split

v0.4.0

14 Oct 13:38
3439b23
Compare
Choose a tag to compare

Features

  • Added support for Python 3.7. Thanks Angus Pearson.
  • Switch from HTTP for loading JQuery from Google to protocol-relative URL. Thanks Angus Pearson.

Bug fixes

  • Fixed #7: usage of deprecated flask.ext namespace.
  • Fixed usage of deprecated flask.Flask.save_session.

Breaking changes

  • Dropped support for Python 2.6.
  • Bumped minimum Flask version to 0.10.
  • Bumped minimum Redis version to 2.6.0.