From 5f11d8df31ee0840befb19ed219f55bae31546e7 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 28 Sep 2014 09:42:47 -0500 Subject: fix links to ECWithNumbers classes in changelog --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5579c413..65577498 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,9 +22,9 @@ Changelog ``load_elliptic_curve_public_numbers`` on :class:`~cryptography.hazmat.backends.interfaces.EllipticCurveBackend`. * Added - :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithNumbers` + :class:`~cryptography.hazmat.primitives.interfaces.EllipticCurvePrivateKeyWithNumbers` and - :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublickeyWithNumbers` + :class:`~cryptography.hazmat.primitives.interfaces.EllipticCurvePublicKeyWithNumbers` support. * Work around three GCM related bugs in CommonCrypto and OpenSSL. -- cgit v1.2.3