diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-05-04 13:33:20 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-05-04 14:33:20 -0400 |
commit | bb8d69a11210102e1712acd3e4a64c350c9744b5 (patch) | |
tree | 9e98a428f9965f90669f8e9e14c515a4fb05258b | |
parent | 9eecc45ebf280806f8b05b44a8ea37822c51c64b (diff) | |
download | cryptography-bb8d69a11210102e1712acd3e4a64c350c9744b5.tar.gz cryptography-bb8d69a11210102e1712acd3e4a64c350c9744b5.tar.bz2 cryptography-bb8d69a11210102e1712acd3e4a64c350c9744b5.zip |
port 1.3.2 changelog to master (#2895)
-rw-r--r-- | CHANGELOG.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f69b02de..1ac12976 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,13 @@ Changelog * Support for OpenSSL 0.9.8 has been removed. Users on older version of OpenSSL will need to upgrade. +1.3.2 - 2016-05-04 +~~~~~~~~~~~~~~~~~~ + +* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2h. +* Fixed an issue preventing ``cryptography`` from compiling against + LibreSSL 2.3.x. + 1.3.1 - 2016-03-21 ~~~~~~~~~~~~~~~~~~ |