diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-28 17:52:58 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-28 17:52:58 -0800 |
commit | 0d7aead176dbda689623be89cee68d0649e2aea4 (patch) | |
tree | 6d4d63fb6c7e0e8e1a841c20cc235d6b77890f55 | |
parent | 5ebe793b85d14b65ff870fd389169368b5dff22c (diff) | |
parent | 842e58a419b9a7bc81f7430f0d30103b9a182849 (diff) | |
download | cryptography-0d7aead176dbda689623be89cee68d0649e2aea4.tar.gz cryptography-0d7aead176dbda689623be89cee68d0649e2aea4.tar.bz2 cryptography-0d7aead176dbda689623be89cee68d0649e2aea4.zip |
Merge pull request #1589 from reaperhulk/port-0.7.1-changelog
add 0.7.1 changelog to master
-rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ceb39d2..c07ee8e5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,12 @@ Changelog * :func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` can now load elliptic curve public keys. +0.7.1 - 2014-12-28 +~~~~~~~~~~~~~~~~~~ + +* Fixed an issue preventing compilation on platforms where ``OPENSSL_NO_SSL3`` + was defined. + 0.7 - 2014-12-17 ~~~~~~~~~~~~~~~~ |