aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-01-24 13:37:04 -0800
committerDonald Stufft <donald@stufft.io>2014-01-24 13:37:04 -0800
commitd062dc8a617f95e4e0b1893f384c482e16f10550 (patch)
treea65b5a71552d2bd49557cd5213fbcbfc14b037ac
parentf2e34bee281c38e782af9d99a44ffe6210c04184 (diff)
parent7ecb98503ddb1e580b6f8b1f33053d64b59bbba4 (diff)
downloadcryptography-d062dc8a617f95e4e0b1893f384c482e16f10550.tar.gz
cryptography-d062dc8a617f95e4e0b1893f384c482e16f10550.tar.bz2
cryptography-d062dc8a617f95e4e0b1893f384c482e16f10550.zip
Merge pull request #507 from alex/changelog
Added thread safety to the changelog
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index c8843821..545d6945 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,7 @@ Changelog
* Removed ``register_cipher_adapter`` method from
:class:`~cryptography.hazmat.backends.interfaces.CipherBackend`.
* Added support for the OpenSSL backend under Windows.
+* Improved thread-safety for the OpenSSL backend.
0.1 - 2014-01-08
~~~~~~~~~~~~~~~~