diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-03 20:26:28 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-03 20:26:28 -0800 |
| commit | ef4f261ae2f95108a18a6239617e22be0f8bd87a (patch) | |
| tree | 14edfeff1a7fe9fd60cde885bf87cd46c0ad1208 | |
| parent | 97e888f0e0bbfbf619d47108e35bfab91dc4c6a6 (diff) | |
| parent | 7f711ee17d1b97e362693de9bd439993f9e69901 (diff) | |
| download | cryptography-ef4f261ae2f95108a18a6239617e22be0f8bd87a.tar.gz cryptography-ef4f261ae2f95108a18a6239617e22be0f8bd87a.tar.bz2 cryptography-ef4f261ae2f95108a18a6239617e22be0f8bd87a.zip | |
Merge pull request #725 from reaperhulk/0.2.2-changelog
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 |
