aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-17 14:20:40 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-17 17:58:43 -0600
commite813509bd7c5272ff14550cafd0977abd7a4b9ed (patch)
treea3588d40f658eba81d2d49dffdcbf6978e321b70 /CHANGELOG.rst
parent230174cec0a9a909bbf8e8f9137da29275d27ba9 (diff)
downloadcryptography-e813509bd7c5272ff14550cafd0977abd7a4b9ed.tar.gz
cryptography-e813509bd7c5272ff14550cafd0977abd7a4b9ed.tar.bz2
cryptography-e813509bd7c5272ff14550cafd0977abd7a4b9ed.zip
0.7 changelog and version bump
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a5e4684f..5f295f2b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,10 +1,8 @@
Changelog
=========
-0.7 - `master`_
-~~~~~~~~~~~~~~~
-
-.. note:: This version is not yet released and is under active development.
+0.7 - 2014-12-17
+~~~~~~~~~~~~~~~~
* Cryptography has been relicensed from the Apache Software License, Version
2.0, to being available under *either* the Apache Software License, Version
@@ -20,8 +18,8 @@ Changelog
:doc:`/hazmat/primitives/asymmetric/utils`.
* Added
:func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` to
- support the loading of OpenSSH public keys (:rfc:`4253`). Currently, only RSA
- keys are supported.
+ support the loading of OpenSSH public keys (:rfc:`4253`). Only RSA and DSA
+ keys are currently supported.
* Added initial support for X.509 certificate parsing. See the
:doc:`X.509 documentation</x509>` for more information.