commit | beed2943aba6c3549f6a60b7a4d80a280f21ec67 | [log] [tgz] |
---|---|---|
author | Andre Caron <andre.l.caron@gmail.com> | Mon May 18 13:47:36 2015 -0400 |
committer | Andre Caron <andre.l.caron@gmail.com> | Mon May 18 13:47:36 2015 -0400 |
tree | 325edc5e6456d386f35e4ba83864033f6e0a7331 | |
parent | f1c3315a621eb895a9b6d52901cd8946413f53f6 [diff] |
Adds release note.
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e2f1890..4d7a9a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst
@@ -6,6 +6,10 @@ .. note:: This version is not yet released and is under active development. +* Support serialization of certificate signing requests using the + ``public_bytes`` method of + :class:`~cryptography.x509.CertificateSigningRequest`. + 0.9 - 2015-05-13 ~~~~~~~~~~~~~~~~