diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-01 22:15:55 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-01 22:15:55 -0500 |
commit | 287ab1b55002542ea4a2880b9aa775c431868c72 (patch) | |
tree | b6b124fb1b17e0b421a01608b935cfa766ba800d | |
parent | 64c9d893c3748e962d01a935625c58610826f23c (diff) | |
download | cryptography-287ab1b55002542ea4a2880b9aa775c431868c72.tar.gz cryptography-287ab1b55002542ea4a2880b9aa775c431868c72.tar.bz2 cryptography-287ab1b55002542ea4a2880b9aa775c431868c72.zip |
Bring the changelog as well
-rw-r--r-- | CHANGELOG.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 472d0621..6765f826 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ Changelog * Added support for the :class:`~cryptography.x509.PolicyConstraints` X.509 extension. +1.2.3 - 2016-03-01 +~~~~~~~~~~~~~~~~~~ + +* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2g. + 1.2.2 - 2016-01-29 ~~~~~~~~~~~~~~~~~~ |