summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
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 54004b488..7780c6ba5 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -28,6 +28,10 @@ Changelog
:class:`~cryptography.x509.RelativeDistinguishedName` and
:class:`~cryptography.x509.NameAttribute` to format the name or component as
a RFC 4514 Distinguished Name string.
+* Added
+ :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.from_encoded_point`,
+ which immediately checks if the point is on the curve and supports compressed
+ points.
.. _v2-4-2: