diff options
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1fa9ab3a..abbea9fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,11 +1,14 @@ Changelog ========= -0.3 - 2014-XX-XX -~~~~~~~~~~~~~~~~ +0.3 - `master`_ +~~~~~~~~~~~~~~~ + +.. note:: This version is not yet released and is under active development. * Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`. * Added :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP`. +* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.IDEA` support. 0.2.2 - 2014-03-03 ~~~~~~~~~~~~~~~~~~ @@ -39,3 +42,4 @@ Changelog * Initial release. +.. _`master`: https://github.com/pyca/cryptography/ |