aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-24 15:17:47 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-24 15:17:47 -0600
commit7ecb98503ddb1e580b6f8b1f33053d64b59bbba4 (patch)
treea65b5a71552d2bd49557cd5213fbcbfc14b037ac /docs/changelog.rst
parentf2e34bee281c38e782af9d99a44ffe6210c04184 (diff)
downloadcryptography-7ecb98503ddb1e580b6f8b1f33053d64b59bbba4.tar.gz
cryptography-7ecb98503ddb1e580b6f8b1f33053d64b59bbba4.tar.bz2
cryptography-7ecb98503ddb1e580b6f8b1f33053d64b59bbba4.zip
Added thread safety to the changelog
Diffstat (limited to 'docs/changelog.rst')
-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
~~~~~~~~~~~~~~~~