mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-14 00:14:05 +09:00
* 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
19 lines
315 B
ReStructuredText
19 lines
315 B
ReStructuredText
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. |