aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-24 13:20:15 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-24 19:20:15 -0400
commit2748e2e4ae923c3d2c29a3a31a702fb85ade0fff (patch)
tree61be2e956ad62163b4f8242d883f6d9c641ce00e /CHANGELOG.rst
parent1b714f7ed673c9a211f3b664e7df39d0f5f21e32 (diff)
downloadcryptography-2748e2e4ae923c3d2c29a3a31a702fb85ade0fff.tar.gz
cryptography-2748e2e4ae923c3d2c29a3a31a702fb85ade0fff.tar.bz2
cryptography-2748e2e4ae923c3d2c29a3a31a702fb85ade0fff.zip
Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)
* Reorganize DHParameters and DHPublicKey *WithSerialization fixes #3720 * fix up the changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5af45a46..88c945f0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -29,7 +29,7 @@ Changelog
:func:`~cryptography.hazmat.primitives.serialization.load_pem_parameters`,
:func:`~cryptography.hazmat.primitives.serialization.load_der_parameters`,
and
- :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHParametersWithSerialization.parameter_bytes`
+ :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHParameters.parameter_bytes`
.
1.9 - 2017-05-29
@@ -95,9 +95,9 @@ Changelog
to
:class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization`.
* Added
- :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPublicKeyWithSerialization.public_bytes`
+ :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPublicKey.public_bytes`
to
- :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPublicKeyWithSerialization`.
+ :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPublicKey`.
* :func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key`
and
:func:`~cryptography.hazmat.primitives.serialization.load_der_private_key`