0.2.0 pre-release commit

Renamed NoiseBuilder to NoiseConnection
Bumped Cryptography from 2.1.1 to 2.1.2
Ready to release

Closes #5
This commit is contained in:
Piotr Lizonczyk
2017-11-01 11:17:07 +01:00
parent 2aa9166f9d
commit 7366c45e72
9 changed files with 36 additions and 36 deletions

View File

@@ -3,14 +3,13 @@ Changelog
.. _v0-2-0:
0.2.0 - `trunk`
~~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
0.2.0 - 2017-11-01
~~~~~~~~~~~~~~~~~~
* Compatible with revision 33 (doesn't break compatibility with revision 32).
* Cryptography requirement updated to the newest version (2.1.1) - **Python 3.5** is supported again.
* Adding sphinx documentation for Read the Docs publication.
* Cryptography requirement updated to the newest version (2.1.2) - **Python 3.5** is supported again.
* Adding sphinx documentation for Read the Docs publication and README update
* Renamed NoiseBuilder to NoiseConnection
* Minor fixes for better performance.