Skip to content

Commit

Permalink
fixed formatting in changelog (#10225)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jan 22, 2024
1 parent 410f4a1 commit 7ea4b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -31,9 +31,9 @@ Changelog
* Added support for obtaining X.509 certificate revocation list signature
algorithm parameters (including PSS) via
:meth:`~cryptography.x509.CertificateRevocationList.signature_algorithm_parameters`.
* Added `mgf` property to
* Added ``mgf`` property to
:class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`.
* Added `algorithm` and `mgf` properties to
* Added ``algorithm`` and ``mgf`` properties to
:class:`~cryptography.hazmat.primitives.asymmetric.padding.OAEP`.
* Added the following properties that return timezone-aware ``datetime`` objects:
:meth:`~cryptography.x509.Certificate.not_valid_before_utc`,
Expand Down

0 comments on commit 7ea4b89

Please sign in to comment.