mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
* Fixed #3398 -- document the serial deprecation in the changelog * fix * sigh, fix
This commit is contained in:
parent
9b34ca92c3
commit
401ac6f88e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue