aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-10-16 20:32:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-17 08:32:04 +0800
commitae13fec7fcf795afc198a14daaaf6e33b0513647 (patch)
treeb555c2811110fa65be37e131b6059c7b78198939 /CHANGELOG.rst
parent9c759d08870d972f1d84e8543130bfb26be4e442 (diff)
downloadcryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.gz
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.bz2
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.zip
Fixes #5010 -- test and build 3.8 wheels (#5013)
* Fixes #5010 -- test and build 3.8 wheels * try using isolated_build = True to work around a failure
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 9a4a79ba..f413f064 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,6 +8,9 @@ Changelog
.. note:: This version is not yet released and is under active development.
+* Updated Windows, macOS, and ``manylinux1`` wheels to be compiled with
+ OpenSSL 1.1.1d.
+* Added support for Python 3.8.
* Added class methods
:meth:`Poly1305.generate_tag
<cryptography.hazmat.primitives.poly1305.Poly1305.generate_tag>`