aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-08 18:27:11 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-08 18:27:11 -0500
commit26006c526782bba2628da1d7819550b455a3b784 (patch)
tree502f755a28a7eefe64526582252f8950509d8639
parenta5515c7cdd535b0a2d09ac472c4bb4758491cf4e (diff)
downloadcryptography-26006c526782bba2628da1d7819550b455a3b784.tar.gz
cryptography-26006c526782bba2628da1d7819550b455a3b784.tar.bz2
cryptography-26006c526782bba2628da1d7819550b455a3b784.zip
add missing changelog entry for DSA public serialization
-rw-r--r--CHANGELOG.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e45a4ae6..da5d44d9 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -123,6 +123,14 @@ Changelog
:meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization.public_bytes`
to
:class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`.
+* Added
+ :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`
+ and deprecated
+ :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithNumbers`.
+* Added
+ :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization.public_bytes`
+ to
+ :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`.
0.7.2 - 2015-01-16
~~~~~~~~~~~~~~~~~~