diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-05-25 17:28:18 -0500 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-05-25 18:28:18 -0400 |
| commit | 097f8100ce599328afe04984ae11925d883cdc4d (patch) | |
| tree | 69b792a7871491035289f37b920de99ad14a70d9 | |
| parent | 8de58de5b871ab41217c6b16e948ca00b1ac9e4f (diff) | |
| download | cryptography-097f8100ce599328afe04984ae11925d883cdc4d.tar.gz cryptography-097f8100ce599328afe04984ae11925d883cdc4d.tar.bz2 cryptography-097f8100ce599328afe04984ae11925d883cdc4d.zip | |
1.1.0f for the next release (#3599)
| -rw-r--r-- | CHANGELOG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 697ac431..dba99f00 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,7 @@ 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 |
