diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-05-26 06:32:15 -0500 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-05-26 07:32:15 -0400 |
| commit | 139b25f2ba73bb34dfe1f100e64a11f17a83618d (patch) | |
| tree | 1a5fa0c481234551b2654c0b2555bc0d3f52bed3 | |
| parent | d36bef0b744d79b209b13f87fb9c943e4091a2c5 (diff) | |
| download | cryptography-139b25f2ba73bb34dfe1f100e64a11f17a83618d.tar.gz cryptography-139b25f2ba73bb34dfe1f100e64a11f17a83618d.tar.bz2 cryptography-139b25f2ba73bb34dfe1f100e64a11f17a83618d.zip | |
port 1.8.2 changelog to master (#3616)
* port 1.8.2 changelog to master
* we did this in 1.8.2
| -rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dba99f00..f9c28ec2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,7 +14,6 @@ Changelog :class:`~cryptography.exceptions.InvalidSignature` was raised. * **BACKWARDS INCOMPATIBLE:** Dropped support for macOS 10.7 and 10.8. * **BACKWARDS INCOMPATIBLE:** The minimum supported PyPy version is now 5.3. -* Updated Windows and macOS wheels to be compiled against OpenSSL 1.1.0f. * Python 3.3 support has been deprecated, and will be removed in the next ``cryptography`` release. * Add support for providing ``tag`` during @@ -37,6 +36,11 @@ Changelog * MultiBackend has been removed. * ``Whirlpool`` and ``RIPEMD160`` have been deprecated. +1.8.2 - 2017-05-26 +~~~~~~~~~~~~~~~~~~ + +* Fixed a compilation bug affecting OpenSSL 1.1.0f. +* Updated Windows and macOS wheels to be compiled against OpenSSL 1.1.0f. 1.8.1 - 2017-03-10 ~~~~~~~~~~~~~~~~~~ |
