aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-01 13:02:37 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-07-01 11:02:37 -0700
commit85675fcbecd1c76d32c4ca3cf8025e6dc304de56 (patch)
tree64391ef5b45022c428f6e9857efede3594f53f83 /CHANGELOG.rst
parentb1698651952f38d239ed1f6243933581459cd34e (diff)
downloadcryptography-85675fcbecd1c76d32c4ca3cf8025e6dc304de56.tar.gz
cryptography-85675fcbecd1c76d32c4ca3cf8025e6dc304de56.tar.bz2
cryptography-85675fcbecd1c76d32c4ca3cf8025e6dc304de56.zip
add manylinux1 wheel building to the wheel builder (#3736)
* add manylinux1 wheel building to the wheel builder * add changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 020defa8..28addfd3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,9 @@ Changelog
.. note:: This version is not yet released and is under active development.
* **BACKWARDS INCOMPATIBLE:** Support for Python 3.3 has been dropped.
+* We now ship ``manylinux1`` wheels linked against OpenSSL 1.1.0f. These wheels
+ will be automatically used with most Linux distributions if you are running
+ the latest pip.
* Deprecated the use of ``signer`` on
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`,