diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-05 16:51:23 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-05 16:51:23 -0500 |
commit | cd7f63b28b09424b8edc8ec15d3683f070d76019 (patch) | |
tree | a6c7fe23789749182e14e2ac81298e45020a559a | |
parent | 0be6ddcadda45177dc082f1714f2edf7c0e30993 (diff) | |
parent | f28dd458705b1e0cb1680537605d51da981b974e (diff) | |
download | cryptography-cd7f63b28b09424b8edc8ec15d3683f070d76019.tar.gz cryptography-cd7f63b28b09424b8edc8ec15d3683f070d76019.tar.bz2 cryptography-cd7f63b28b09424b8edc8ec15d3683f070d76019.zip |
Merge pull request #1724 from reaperhulk/windows-102-changelog
Update changelog for Windows wheel OpenSSL version
-rw-r--r-- | CHANGELOG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1841091b..74509d48 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -78,6 +78,7 @@ Changelog support loading DER encoded public keys. * Fixed building against LibreSSL, a compile-time substitute for OpenSSL. * FreeBSD 9.2 was removed from the continuous integration system. +* Updated Windows wheels to be compiled against OpenSSL 1.0.2. * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization` and deprecated |