aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-22 16:58:31 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-22 16:58:31 -0600
commit383842fd365be3205f89b083c107927708c9a9b3 (patch)
treee54a82ff7cc75f4cd404206ce0b5014738c3b541 /docs
parent5b34dd817ffc6c1bb827ad23b077cee8d1cb957e (diff)
parent2154135f7cf4c96213a83a594fad645b89c8eb8a (diff)
downloadcryptography-383842fd365be3205f89b083c107927708c9a9b3.tar.gz
cryptography-383842fd365be3205f89b083c107927708c9a9b3.tar.bz2
cryptography-383842fd365be3205f89b083c107927708c9a9b3.zip
Merge pull request #671 from reaperhulk/0.2.1-changelog
0.2.1 changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index c59f2f51..b87b8722 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -6,6 +6,10 @@ Changelog
* Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`.
+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
~~~~~~~~~~~~~~~~