From 8ea90ef486632b71736c53083a8d93134c96c2db Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 4 Jul 2015 16:26:58 -0500 Subject: docs changes based on feedback --- CHANGELOG.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e95b285..82a3e5b6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -152,23 +152,17 @@ Changelog * Added :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization` and deprecated ``RSAPublicKeyWithNumbers``. -* Added - :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey.public_bytes` - to +* Added ``public_bytes`` to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization` and deprecated ``EllipticCurvePublicKeyWithNumbers``. -* Added - :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.public_bytes` - to +* Added ``public_bytes`` to :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization` and deprecated ``DSAPublicKeyWithNumbers``. -* Added - :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey.public_bytes` - to +* Added ``public_bytes`` to :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`. * :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` and :class:`~cryptography.hazmat.primitives.hashes.HashContext` were moved from -- cgit v1.2.3