Skip to content

Commit 311398c

Browse files
authored
consolidate changelog (#13838)
1 parent 09fb854 commit 311398c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,14 @@ Changelog
5858
:class:`~cryptography.hazmat.primitives.kdf.scrypt.Scrypt`, and
5959
:class:`~cryptography.hazmat.primitives.kdf.x963kdf.X963KDF` to allow
6060
deriving keys directly into pre-allocated buffers.
61-
* Added ``encrypt_into`` methods to
61+
* Added ``encrypt_into`` and ``decrypt_into`` methods to
6262
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESCCM`,
6363
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM`,
6464
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCMSIV`,
6565
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESOCB3`,
6666
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESSIV`, and
6767
:class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305` to
6868
allow encrypting directly into a pre-allocated buffer.
69-
* Added ``decrypt_into`` methods to
70-
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESCCM`,
71-
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM`,
72-
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCMSIV`,
73-
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESOCB3`,
74-
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESSIV`, and
75-
:class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305` to
76-
allow decrypting directly into a pre-allocated buffer.
7769

7870
.. _v46-0-3:
7971

0 commit comments

Comments
 (0)