aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-02-17 08:23:22 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-02-17 07:23:22 -0600
commit401ac6f88ecb64558ea4cbea8f40cb81dab18be1 (patch)
tree943d65fdee38b118a6a411520dbdc22183f02f7a
parent9b34ca92c3ac061aee2301728dc1280a83890814 (diff)
downloadcryptography-401ac6f88ecb64558ea4cbea8f40cb81dab18be1.tar.gz
cryptography-401ac6f88ecb64558ea4cbea8f40cb81dab18be1.tar.bz2
cryptography-401ac6f88ecb64558ea4cbea8f40cb81dab18be1.zip
Fixed #3398 -- document the serial deprecation in the changelog (#3401)
* Fixed #3398 -- document the serial deprecation in the changelog * fix * sigh, fix
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1616947c..cd74ff86 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -161,6 +161,9 @@ Changelog
and
:meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey.verify`
methods to RSA keys.
+* Deprecated the ``serial`` attribute on
+ :class:`~cryptography.x509.Certificate`, in favor of
+ :attr:`~cryptography.x509.Certificate.serial_number`.
1.3.4 - 2016-06-03