diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-20 12:37:57 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-20 12:37:57 -0800 |
commit | 78456c71627d9234a4668ce2fb36e12525cae6b1 (patch) | |
tree | b76c436cf7c290dfb4280eaa86a2a715de9d87e6 /docs/changelog.rst | |
parent | 7e33d1ce2f573f3b2b0e8f363879dd4cb19c921b (diff) | |
parent | 5a2494086f8f8215102f2558b12eaca14eebd782 (diff) | |
download | cryptography-78456c71627d9234a4668ce2fb36e12525cae6b1.tar.gz cryptography-78456c71627d9234a4668ce2fb36e12525cae6b1.tar.bz2 cryptography-78456c71627d9234a4668ce2fb36e12525cae6b1.zip |
Merge pull request #488 from dreid/privatize-register_cipher_adapter
Remove register_cipher_adapter from the interface and the documentation.
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 819b426a..0a03c396 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,8 @@ Changelog * Added :doc:`/hazmat/backends/commoncrypto` with hash and HMAC support. * Added initial :doc:`/hazmat/bindings/commoncrypto`. +* Removed ``register_cipher_adapter`` method from + :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`. 0.1 - 2014-01-08 ~~~~~~~~~~~~~~~~ |