---------------------
Changed (**backwards incompatible**)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* The backwards-compatible references to "backend" have been removed.
Use "storage" instead.
* The columns defined in ``OAuthConsumerMixin`` now set ``nullable=False``.
If you are using the SQLAlchemy storage and are upgrading from a previous
version of Flask-Dance, you may want to do a database migration.
* Previously, Flask-Dance had an undocumented
feature where it would automatically redirect based on a ``next``
parameter in the URL. This undocumented feature has been removed.
* All pre-set configurations now use a consistent
naming scheme for pulling client IDs and client secrets from the app config.
The following configurations have changed: Dropbox, Meetup, Twitter,
and Zoho.
* Replace ``lazy`` dependency with
`werkzeug.utils.cached_property <http://werkzeug.pocoo.org/docs/0.14/utils/#werkzeug.utils.cached_property>`__