aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2017-10-17 04:56:01 +0200
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-17 10:56:01 +0800
commita0022ead7b986def1d01b8e8b468bcb3b5785c82 (patch)
tree40280d4bdc5cbcd5447d0fc4722362ebb63b328b /CHANGELOG.rst
parent70da086b755aad9ee483d84899eeb40e19e7a139 (diff)
downloadcryptography-a0022ead7b986def1d01b8e8b468bcb3b5785c82.tar.gz
cryptography-a0022ead7b986def1d01b8e8b468bcb3b5785c82.tar.bz2
cryptography-a0022ead7b986def1d01b8e8b468bcb3b5785c82.zip
Make changelog for A-label more readable (#3977)
"value, value, and value" isn't very helpful. Signed-off-by: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst16
1 files 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 <cryptography.x509.DNSName.value>`,
+ :attr:`RFC822Name.value <cryptography.x509.RFC822Name.value>`, and
+ :attr:`UniformResourceIdentifier.value
+ <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.
* Installing ``cryptography`` now requires ``pip`` 6 or newer.
* Deprecated passing :term:`U-label` strings to the
:class:`~cryptography.x509.DNSName`,