Major release: - Drops support for python 2.x and 3.3 - Drops legacy backends
1.8.0
-- 2019-03-09
Feature release: - Support unicode passwords with scrypt_mcf - Last release to support python 3.3 and <2.7.8
1.7.1
-- 2017-12-16
Bugfix release: - Prevent DepracationWarning from pylibsodium.py
1.7.0
-- 2017-11-16
Feature release: - Improved error messages - Added coveralls testing - Improved test coverage using docker - Deprecated fallbacks for old python and libsodium versions
1.6.1
-- 2017-05-08
Bugfix release: - Fix hashlib.scrypt calls with large values
1.6.0
-- 2017-01-04
Feature release: - Use hashlib.scrypt on Python 3.6 + OpenSSL 1.1 - Travis CI integration - Improved test coverage - Code and build cleanups