Skip to content

Commit 8caad7f

Browse files
committed
remove newline from changelog
1 parent 30d8f41 commit 8caad7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Deprecations:
2222
Changes:
2323
^^^^^^^^
2424

25-
* Added ``OpenSSL.SSL.Session.i2d`` to convert session objects to ASN1. Updated ``OpenSSL.SSL.Session`` constructor to support conversion from ASN1.
26-
`#1373 <https://github.com/pyca/pyopenssl/pull/1373>`_.
25+
* Added ``OpenSSL.SSL.Session.i2d`` to convert session objects to ASN1. Updated ``OpenSSL.SSL.Session`` constructor to support conversion from ASN1. `#1373 <https://github.com/pyca/pyopenssl/pull/1373>`_.
2726
* ``OpenSSL.SSL.Connection.get_certificate``, ``OpenSSL.SSL.Connection.get_peer_certificate``, ``OpenSSL.SSL.Connection.get_peer_cert_chain``, and ``OpenSSL.SSL.Connection.get_verified_chain`` now take an ``as_cryptography`` keyword-argument. When ``True`` is passed then ``cryptography.x509.Certificate`` are returned, instead of ``OpenSSL.crypto.X509``. In the future, passing ``False`` (the default) will be deprecated.
2827

2928

0 commit comments

Comments
 (0)