diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-06-02 20:53:52 -0700 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-06-02 20:53:52 -0700 |
commit | 57515157fc0ecc0dd661dea523d1f1346c547c0c (patch) | |
tree | 526b502c053cc56830565a5b7e8bf2018b6a35ba | |
parent | 4e6e69f02f570ba1abace6bea3d961d280b7b65b (diff) | |
download | cryptography-57515157fc0ecc0dd661dea523d1f1346c547c0c.tar.gz cryptography-57515157fc0ecc0dd661dea523d1f1346c547c0c.tar.bz2 cryptography-57515157fc0ecc0dd661dea523d1f1346c547c0c.zip |
Forward port the changelog for 1.3.3 (#2949)
* Forward port the changelog for 1.3.3
* 1.3.4 as well
-rw-r--r-- | CHANGELOG.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 00a0a012..22764e53 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,19 @@ Changelog will need to upgrade. * Added :class:`~cryptography.hazmat.primitives.kdf.kbkdf.KBKDFHMAC`. +1.3.4 - 2016-06-03 +~~~~~~~~~~~~~~~~~~ + +* Added another OpenSSL function to the bindings to support an upcoming + ``pyOpenSSL`` release. + + +1.3.3 - 2016-06-02 +~~~~~~~~~~~~~~~~~~ + +* Added two new OpenSSL functions to the bindings to support an upcoming + ``pyOpenSSL`` release. + 1.3.2 - 2016-05-04 ~~~~~~~~~~~~~~~~~~ |