diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-28 21:20:01 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-28 21:20:01 -0600 |
commit | 0bf1f138d5a504ddf07279c42632702265090f76 (patch) | |
tree | 01ddbfc4b6be50b9d8c780f8be5be951f7170e9f /docs/changelog.rst | |
parent | 92e801a41d6c4938e9833b0397112ca855b4355b (diff) | |
download | cryptography-0bf1f138d5a504ddf07279c42632702265090f76.tar.gz cryptography-0bf1f138d5a504ddf07279c42632702265090f76.tar.bz2 cryptography-0bf1f138d5a504ddf07279c42632702265090f76.zip |
update changelog
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index be42b5db..14019c81 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,7 +14,7 @@ Changelog * Improved thread-safety for the OpenSSL backend. * Fixed compilation on systems where OpenSSL's ``ec.h`` header is not available, such as CentOS. -* Added PBKDF2HMAC support to OpenSSL backend. +* Added PBKDF2HMAC support to OpenSSL and CommonCrypto backends. 0.1 - 2014-01-08 ~~~~~~~~~~~~~~~~ |