aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-03-02 21:57:44 -0500
committerGitHub <noreply@github.com>2020-03-02 18:57:44 -0800
commit2ca0fe12e3ada1f7e558338065f1412080ba065c (patch)
treeb2aaf87859c3ef426c8211fe9dd51f10cc9a4f33
parented71c5cc07e4a0bb7a58f4e0731e5af3d4d4aa53 (diff)
downloadcryptography-2ca0fe12e3ada1f7e558338065f1412080ba065c.tar.gz
cryptography-2ca0fe12e3ada1f7e558338065f1412080ba065c.tar.bz2
cryptography-2ca0fe12e3ada1f7e558338065f1412080ba065c.zip
Linkify RFC in changelog (#5131)
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d7e1770b..144dc104 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -22,7 +22,7 @@ Changelog
response.
* **BACKWARDS INCOMPATIBLE:** Reversed the order in which
:meth:`~cryptography.x509.Name.rfc4514_string` returns the RDNs as required by
- RFC4514.
+ :rfc:`4514`.
.. _v2-8: