diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-04-21 15:31:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 14:31:33 -0500 |
commit | a7f846e0d694b1d007adb09d86482b909a8ab9f5 (patch) | |
tree | 895f04e52a607f431d22ca6d702f84a34f635ca5 | |
parent | 5526dca15bded0687e507a065b141694ee5f1530 (diff) | |
download | cryptography-a7f846e0d694b1d007adb09d86482b909a8ab9f5.tar.gz cryptography-a7f846e0d694b1d007adb09d86482b909a8ab9f5.tar.bz2 cryptography-a7f846e0d694b1d007adb09d86482b909a8ab9f5.zip |
Forward port the 2.9.1 changelog (#5214)
-rw-r--r-- | CHANGELOG.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0547ed57..fac93753 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,14 @@ Changelog :meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier`, as per our deprecation policy. +.. _v2-9-1: + +2.9.1 - 2020-04-21 +~~~~~~~~~~~~~~~~~~ + +* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with + OpenSSL 1.1.1g. + .. _v2-9: 2.9 - 2020-04-02 |