diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-01-08 07:56:17 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-01-08 07:56:17 -0800 |
commit | 0509ec25bc6869ad94ff783d61dde892dbdf125e (patch) | |
tree | ad9a1fd62051586a6339aa9a225500c930004f33 | |
parent | a617ee9d10f875b88db0c76eb18734537bc83904 (diff) | |
download | cryptography-0509ec25bc6869ad94ff783d61dde892dbdf125e.tar.gz cryptography-0509ec25bc6869ad94ff783d61dde892dbdf125e.tar.bz2 cryptography-0509ec25bc6869ad94ff783d61dde892dbdf125e.zip |
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 b8d460b3..788bee7d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,7 +17,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 |