diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-03 23:58:45 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-03 23:58:45 -0400 |
commit | 7f711ee17d1b97e362693de9bd439993f9e69901 (patch) | |
tree | 23f45a4657092333564747874405cf71ae6643ee | |
parent | 930eed8bcbea6f6250998f0ee042babd62667a9f (diff) | |
download | cryptography-7f711ee17d1b97e362693de9bd439993f9e69901.tar.gz cryptography-7f711ee17d1b97e362693de9bd439993f9e69901.tar.bz2 cryptography-7f711ee17d1b97e362693de9bd439993f9e69901.zip |
add 0.2.2 changelog to master
-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 |