aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/reference.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-01 11:39:21 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-08-01 12:39:21 -0400
commit908bbd3a9f0e511f452c5b2b0124400be475aa06 (patch)
treebb627f2bb247d50c946c15b83f490c036a4b215b /docs/x509/reference.rst
parentcdaf3ff72f6fd562c275c04836cfaa230aabcdf4 (diff)
downloadcryptography-908bbd3a9f0e511f452c5b2b0124400be475aa06.tar.gz
cryptography-908bbd3a9f0e511f452c5b2b0124400be475aa06.tar.bz2
cryptography-908bbd3a9f0e511f452c5b2b0124400be475aa06.zip
note version added and deprecated for bytes_value/value on DNSName (#3833)
Diffstat (limited to 'docs/x509/reference.rst')
-rw-r--r--docs/x509/reference.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index c2ff0ffe..ea748468 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -1244,10 +1244,14 @@ General Name Classes
.. attribute:: bytes_value
+ .. versionadded:: 2.1
+
:type: bytes
.. attribute:: value
+ .. deprecated:: 2.1
+
Deprecated accessor for the idna-decoded value of :attr:`bytes_value`
:type: :term:`text`