diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-17 16:38:19 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-17 16:38:19 -0400 |
commit | 7adb92cadaa46bfb23c8eabeb99091f5058bf244 (patch) | |
tree | 5e1fbc61d51f25e605bfc9bd5abeaa61990fec6f | |
parent | 91113b9c37fbaeeb55a2486313d8314ecdc8dfbf (diff) | |
download | cryptography-7adb92cadaa46bfb23c8eabeb99091f5058bf244.tar.gz cryptography-7adb92cadaa46bfb23c8eabeb99091f5058bf244.tar.bz2 cryptography-7adb92cadaa46bfb23c8eabeb99091f5058bf244.zip |
backwards syntax
-rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 34e3f9a7..c1100a49 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ Changelog .. note:: This version is not yet released and is under active development. * Added support for - :class:`cryptography.hazmat.primitives.asymmetric.ec.ECDH <Elliptic Curve Diffie-Hellman>`. + :class:`Elliptic Curve Diffie-Hellman<cryptography.hazmat.primitives.asymmetric.ec.ECDH>`. * Added :class:`~cryptography.hazmat.primitives.kdf.x963kdf.X963KDF`. 1.0.2 - 2015-09-27 |