======================
* Remove more code that was for Django < 1.11.
* Officially support Django 2.0 and Django 2.1.
* Officially support django-otp 0.7.
* Do not include test code in distribution, fix from akx, PR 67.
* Support for more complex user IDs (e.g. UUIDs), fix from chromakey, see issue
64 / PR 66.
* The extension used by the 2FA templates is customizable. Originally in PR 69
by akx, split into PR 71.
* The QR code is now included inline as an SVG instead of being a separate view.
PR 74 by akx.
* A new mixin is included to enforce a user having 2FA enabled for particular
views. Added in PR 73 by akx.
* Passing additional context to the ``TwoFactorBackupTokens`` was broken. This
was fixed in PR 73 by akx.
* A configuration option (``ALLAUTH_2FA_ALWAYS_REVEAL_BACKUP_TOKENS``) was added
to only show the static tokens once (during creation)> PR 75 by akx.