aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-02-11 10:05:34 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-02-11 23:05:34 +0800
commit5a059026a9777a6f5e23f0cf539fb6643222e018 (patch)
treea112d45b45fb088a2d0b25f753fdb0e1929c6452
parentf19fef16287a767f133182337e93c478dd48ea93 (diff)
downloadcryptography-5a059026a9777a6f5e23f0cf539fb6643222e018.tar.gz
cryptography-5a059026a9777a6f5e23f0cf539fb6643222e018.tar.bz2
cryptography-5a059026a9777a6f5e23f0cf539fb6643222e018.zip
Fixed #3306 -- changelog entry for linking against OpenSSL 1.1.0 (#3389)
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 055651a5..787e3072 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,7 @@ Changelog
.. note:: This version is not yet released and is under active development.
* Added support for Python 3.6.
+* Windows and macOS wheels now link against OpenSSL 1.1.0.
* Changed ASN.1 dependency from ``pyasn1`` to ``asn1crypto`` resulting in a
general performance increase when encoding/decoding ASN.1 structures. Also,
the ``pyasn1_modules`` test dependency is no longer required.