From 2084fa54497b8d80c1ad837bc95c8c6de0c36c4e Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 20 Jan 2014 10:48:18 -0800 Subject: Add to changelog. --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/changelog.rst') diff --git a/docs/changelog.rst b/docs/changelog.rst index 819b426a..aaca1742 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 ~~~~~~~~~~~~~~~~ -- cgit v1.2.3 From 5a2494086f8f8215102f2558b12eaca14eebd782 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 20 Jan 2014 10:53:47 -0800 Subject: Moar backtick. --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/changelog.rst') diff --git a/docs/changelog.rst b/docs/changelog.rst index aaca1742..0a03c396 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,7 +8,7 @@ Changelog * Added :doc:`/hazmat/backends/commoncrypto` with hash and HMAC support. * Added initial :doc:`/hazmat/bindings/commoncrypto`. -* Removed `register_cipher_adapter` method from +* Removed ``register_cipher_adapter`` method from :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`. 0.1 - 2014-01-08 -- cgit v1.2.3