From bef31146c3b12443fafdd1ef1a6a3c4519c60661 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 18 Jan 2019 13:14:59 -0500 Subject: Fixed #4700 -- linkify method in changelog (#4715) * Fixed #4700 -- linkify method in changelog * fixed linkification * oxford comma * line length --- CHANGELOG.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bf4278c8..5acc0503 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -29,10 +29,12 @@ Changelog * Added initial support for parsing PKCS12 files with :func:`~cryptography.hazmat.primitives.serialization.pkcs12.load_key_and_certificates`. * Added support for :class:`~cryptography.x509.IssuingDistributionPoint`. -* Added `rfc4514_string()` method to :class:`~cryptography.x509.Name`, - :class:`~cryptography.x509.RelativeDistinguishedName` and - :class:`~cryptography.x509.NameAttribute` to format the name or component as - a RFC 4514 Distinguished Name string. +* Added ``rfc4514_string()`` method to + :meth:`x509.Name `, + :meth:`x509.RelativeDistinguishedName + `, and + :meth:`x509.NameAttribute ` + to format the name or component an :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 -- cgit v1.2.3