commit | 5d66ca55d9fb17b06882a5a0ae1c1da3200ea148 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Dec 25 18:39:39 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Dec 25 18:39:39 2014 -0800 |
tree | e341acfdc35db2f31676871cd8a34b77b5a377f1 | |
parent | 9dd8005cc0acfad841245187c3373501d801fe0c [diff] |
Added a changelog entry
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b777d45..1ceb39d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst
@@ -6,6 +6,9 @@ .. note:: This version is not yet released and is under active development. +* :func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` can + now load elliptic curve public keys. + 0.7 - 2014-12-17 ~~~~~~~~~~~~~~~~