diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-03-27 13:34:39 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-03-27 13:34:39 -0400 |
commit | 67ddb8f79b83a64a136ddf6d86a4dbd29d2afa7a (patch) | |
tree | 744ce481a77dfbf15e499d1617fed73564688e99 | |
parent | ec90afc9f2d178f9f8a901fec9c4157ca08a0d08 (diff) | |
download | cryptography-67ddb8f79b83a64a136ddf6d86a4dbd29d2afa7a.tar.gz cryptography-67ddb8f79b83a64a136ddf6d86a4dbd29d2afa7a.tar.bz2 cryptography-67ddb8f79b83a64a136ddf6d86a4dbd29d2afa7a.zip |
port changelog for 2.2.2 (#4172)
-rw-r--r-- | CHANGELOG.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d434f68..6ab6b044 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,14 @@ Changelog .. note:: This version is not yet released and is under active development. +.. _v2-2-2: + +2.2.2 - 2018-03-27 +~~~~~~~~~~~~~~~~~~ + +* Updated Windows, macOS, and ``manylinux1`` wheels to be compiled with + OpenSSL 1.1.0h. + .. _v2-2-1: 2.2.1 - 2018-03-20 |