Fixed #3398 -- document the serial deprecation in the changelog (#3401)

* Fixed #3398 -- document the serial deprecation in the changelog

* fix

* sigh, fix
This commit is contained in:
Alex Gaynor 2017-02-17 08:23:22 -05:00 committed by Paul Kehrer
parent 9b34ca92c3
commit 401ac6f88e

View file

@ -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