aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-11-03 01:47:13 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-11-03 13:47:13 +0800
commit9668b000326585339267a42176facd9ff81481ee (patch)
treed9b57ace202f397461f9cb8aca436a24a68f699a /CHANGELOG.rst
parent6d450f7fdc6be790443d82aa5aff8572ba3965bf (diff)
downloadcryptography-9668b000326585339267a42176facd9ff81481ee.tar.gz
cryptography-9668b000326585339267a42176facd9ff81481ee.tar.bz2
cryptography-9668b000326585339267a42176facd9ff81481ee.zip
Deal with the 2.5 deprecations (#5048)
* Deal with the 2.5 deprecations * pep8 + test fixes * docs typo * Why did I do this? * typo
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
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: