From a60920a54b43c4e837dda98ba7f1028cc82947b2 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 3 Feb 2014 16:17:06 -0600 Subject: add HKDF to changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/changelog.rst b/docs/changelog.rst index f401fe7c..2de9a329 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,7 @@ Changelog * Fixed compilation on systems where OpenSSL's ``ec.h`` header is not available, such as CentOS. * Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`. +* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`. 0.1 - 2014-01-08 ~~~~~~~~~~~~~~~~ -- cgit v1.2.3