mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-15 00:44:10 +09:00
Cryptography version update (#10)
* 2.1 version of pyca/cryptography got released. Version bumped * Python 3.5 support reintroduced, as we are now using BLAKE from Cryptography, not hashlib * Removed hashlib references, uncommented Cryptography references. * Enum fix for python 3.5 compat Closes #9
This commit is contained in:
19
CHANGELOG.rst
Normal file
19
CHANGELOG.rst
Normal file
@@ -0,0 +1,19 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0-2-0:
|
||||
|
||||
0.2.0 - `trunk`
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
.. note:: This version is not yet released and is under active development.
|
||||
|
||||
* Cryptography requirement updated to the newest version (2.1) - **Python 3.5** is supported again.
|
||||
|
||||
|
||||
.. _v0-1-0:
|
||||
|
||||
0.1.1 - 2017-09-12
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Initial release.
|
||||
Reference in New Issue
Block a user