From 9668b000326585339267a42176facd9ff81481ee Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 3 Nov 2019 01:47:13 -0400 Subject: Deal with the 2.5 deprecations (#5048) * Deal with the 2.5 deprecations * pep8 + test fixes * docs typo * Why did I do this? * typo --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 607f67b8..b727c8aa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,10 @@ Changelog * Support for OpenSSL 1.0.1 has been removed. Users on older version of OpenSSL will need to upgrade. +* Removed support for calling + :meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey.public_bytes` + with no arguments, as per our deprecation policy. You must now pass + ``encoding`` and ``format``. .. _v2-8: -- cgit v1.2.3