aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-04-18 20:23:02 -0400
committerGitHub <noreply@github.com>2020-04-18 19:23:02 -0500
commitffd72a6f403fe50b6122cd964bae0bfc08eefa9f (patch)
tree1893682d6d028c75cf3cef5344eda2546ffd6104
parent78fc8798da17dbc3b83e09bbf73c9ea84d427073 (diff)
downloadcryptography-ffd72a6f403fe50b6122cd964bae0bfc08eefa9f.tar.gz
cryptography-ffd72a6f403fe50b6122cd964bae0bfc08eefa9f.tar.bz2
cryptography-ffd72a6f403fe50b6122cd964bae0bfc08eefa9f.zip
fixed anchor in changelog (#5201)
-rw-r--r--CHANGELOG.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index cb8cd281..0547ed57 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,13 +8,13 @@ Changelog
.. note:: This version is not yet released and is under active development.
-.. _v2-9:
-
* **BACKWARDS INCOMPATIBLE:** Removed support for passing an
:class:`~cryptography.x509.Extension` instance to
:meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier`,
as per our deprecation policy.
+.. _v2-9:
+
2.9 - 2020-04-02
~~~~~~~~~~~~~~~~