aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-25 22:28:29 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-26 10:10:27 -0600
commit7058eced3a27115f721887e836d16ee4fe4c7e9d (patch)
tree796e8feff62e053b9a73626402424e322dfe48bd /CHANGELOG.rst
parent0860ef60adc7974dc26cfdd3c7adeb5e4e6e6448 (diff)
downloadcryptography-7058eced3a27115f721887e836d16ee4fe4c7e9d.tar.gz
cryptography-7058eced3a27115f721887e836d16ee4fe4c7e9d.tar.bz2
cryptography-7058eced3a27115f721887e836d16ee4fe4c7e9d.zip
switch CRLReason to use a class
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ab6468d8..4052ff50 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -15,7 +15,7 @@ Changelog
are:
* :class:`~cryptography.x509.CertificateIssuer`
- * ``CRLReason``
+ * :class:`~cryptography.x509.CRLReason`
* ``InvalidityDate``
* The :class:`~cryptography.x509.Certificate` class now has
:attr:`~cryptography.x509.Certificate.signature` and