diff options
-rw-r--r-- | CHANGELOG.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 391427d7..abbea9fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,10 @@ 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`. @@ -40,3 +42,4 @@ Changelog * Initial release. +.. _`master`: https://github.com/pyca/cryptography/ |