diff options
-rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bbbcfb1f..1fa9ab3a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,8 +7,14 @@ Changelog * Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`. * Added :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP`. +0.2.2 - 2014-03-03 +~~~~~~~~~~~~~~~~~~ + +* Removed a constant definition that was causing compilation problems with specific versions of OpenSSL. + 0.2.1 - 2014-02-22 ~~~~~~~~~~~~~~~~~~ + * Fix a bug where importing cryptography from multiple paths could cause initialization to fail. 0.2 - 2014-02-20 |