aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-07-04 16:26:58 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-07-04 16:26:58 -0500
commit8ea90ef486632b71736c53083a8d93134c96c2db (patch)
treef017d2dea905faf7ed35a0f5833da8d1f10b68d4 /CHANGELOG.rst
parent4cfd01d783baead0fbf3916d963ef17030443351 (diff)
downloadcryptography-8ea90ef486632b71736c53083a8d93134c96c2db.tar.gz
cryptography-8ea90ef486632b71736c53083a8d93134c96c2db.tar.bz2
cryptography-8ea90ef486632b71736c53083a8d93134c96c2db.zip
docs changes based on feedback
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst12
1 files changed, 3 insertions, 9 deletions
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