From a0022ead7b986def1d01b8e8b468bcb3b5785c82 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 17 Oct 2017 04:56:01 +0200 Subject: Make changelog for A-label more readable (#3977) "value, value, and value" isn't very helpful. Signed-off-by: Christian Heimes --- CHANGELOG.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc0e8bf9..f25bc288 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -27,13 +27,15 @@ Changelog * **BACKWARDS INCOMPATIBLE:** ``Whirlpool``, ``RIPEMD160``, and ``UnsupportedExtension`` have been removed in accordance with our :doc:`/api-stability` policy. -* **BACKWARDS INCOMPATIBLE:** :attr:`~cryptography.x509.DNSName.value`, - :attr:`~cryptography.x509.RFC822Name.value`, and - :attr:`~cryptography.x509.UniformResourceIdentifier.value` will now return - an :term:`A-label` string when parsing a certificate containing an - internationalized domain name (IDN) or if the caller passed a :term:`U-label` - to the constructor. See below for additional deprecations related to this - change. +* **BACKWARDS INCOMPATIBLE:** + :attr:`DNSName.value `, + :attr:`RFC822Name.value `, and + :attr:`UniformResourceIdentifier.value + ` + will now return an :term:`A-label` string when parsing a certificate + containing an internationalized domain name (IDN) or if the caller passed + a :term:`U-label` to the constructor. See below for additional deprecations + related to this change. * Installing ``cryptography`` now requires ``pip`` 6 or newer. * Deprecated passing :term:`U-label` strings to the :class:`~cryptography.x509.DNSName`, -- cgit v1.2.3