aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 16:38:19 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 16:38:19 -0400
commit7adb92cadaa46bfb23c8eabeb99091f5058bf244 (patch)
tree5e1fbc61d51f25e605bfc9bd5abeaa61990fec6f
parent91113b9c37fbaeeb55a2486313d8314ecdc8dfbf (diff)
downloadcryptography-7adb92cadaa46bfb23c8eabeb99091f5058bf244.tar.gz
cryptography-7adb92cadaa46bfb23c8eabeb99091f5058bf244.tar.bz2
cryptography-7adb92cadaa46bfb23c8eabeb99091f5058bf244.zip
backwards syntax
-rw-r--r--CHANGELOG.rst2
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