aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-29 16:34:47 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-29 16:34:47 -0600
commit0b181182aef574c436a92a175937af32e54a2378 (patch)
treeccbe1d4ad350d58c252e556d342a7395a901a4b0 /docs/changelog.rst
parentfb042ad11a98f3a8eb7103d052e4d703687c8739 (diff)
downloadcryptography-0b181182aef574c436a92a175937af32e54a2378.tar.gz
cryptography-0b181182aef574c436a92a175937af32e54a2378.tar.bz2
cryptography-0b181182aef574c436a92a175937af32e54a2378.zip
a bit more language work + changelog changes for pbkdf2hmac
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index be42b5db..f401fe7c 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 :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`.
0.1 - 2014-01-08
~~~~~~~~~~~~~~~~