aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-02 12:04:53 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-05-02 13:04:53 -0400
commit5fb10210276a10f104318504aa81d2ba9c42cba8 (patch)
tree8367273ef18ec825150015719c98b54a23b0db00 /CHANGELOG.rst
parent2e84daa8e2a3bdcb52750b0589e2ee7ee0fd17ec (diff)
downloadcryptography-5fb10210276a10f104318504aa81d2ba9c42cba8.tar.gz
cryptography-5fb10210276a10f104318504aa81d2ba9c42cba8.tar.bz2
cryptography-5fb10210276a10f104318504aa81d2ba9c42cba8.zip
add a changelog entry for finalize_with_tag and move the note (#3531)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d0988b34..5223fea0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,10 @@ Changelog
.. note:: This version is not yet released and is under active development.
+* Add support for providing ``tag`` during
+ :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` finalization via
+ :meth:`~cryptography.hazmat.primitives.ciphers.AEADDecryptionContext.finalize_with_tag`.
+
1.8.1 - 2017-03-10
~~~~~~~~~~~~~~~~~~