diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-01-08 12:24:12 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-01-08 12:24:12 -0500 |
commit | 19b2a38c30bcc035821dd8373f01a742f2ee5f83 (patch) | |
tree | 77db251d73dc71eb8551061679bf2780d9abe03c | |
parent | a130c402309603a65258ba455c7976a776f2a454 (diff) | |
parent | 0509ec25bc6869ad94ff783d61dde892dbdf125e (diff) | |
download | cryptography-19b2a38c30bcc035821dd8373f01a742f2ee5f83.tar.gz cryptography-19b2a38c30bcc035821dd8373f01a742f2ee5f83.tar.bz2 cryptography-19b2a38c30bcc035821dd8373f01a742f2ee5f83.zip |
Merge pull request #2652 from reaperhulk/changelog-typo
fix a typo in the changelog
-rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7ae3f6b9..d09987ee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,7 +22,7 @@ Changelog * :class:`~cryptography.x509.InvalidityDate` * Deprecated support for OpenSSL 0.9.8 and 1.0.0. At this time there is no time table for actually dropping support, however we strongly encourage all users - to upgrade, as those versions no longer receives support from the OpenSSL + to upgrade, as those versions no longer receive support from the OpenSSL project. * The :class:`~cryptography.x509.Certificate` class now has :attr:`~cryptography.x509.Certificate.signature` and |