Here you can see the full list of changes between each Flask-BasicAuth release.
- Added Python 3 support.
- Fixed an issue where attempting to authenticate with password containing one or more colons was failing with "too many values to unpack" error (Michael Wallace).
- Initial public release