commit | 7ecb98503ddb1e580b6f8b1f33053d64b59bbba4 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jan 24 15:17:47 2014 -0600 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jan 24 15:17:47 2014 -0600 |
tree | a65b5a71552d2bd49557cd5213fbcbfc14b037ac | |
parent | f2e34bee281c38e782af9d99a44ffe6210c04184 [diff] [blame] |
Added thread safety to the changelog
diff --git a/docs/changelog.rst b/docs/changelog.rst index c884382..545d694 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst
@@ -11,6 +11,7 @@ * 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 ~~~~~~~~~~~~~~~~