From b6d544995047f9dce67316e4cdb12e9a6a9d04e4 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 24 Mar 2017 17:25:26 +0100 Subject: [PATCH] Mention new cpp changes in the NEWS -- Somone that calls a function startCombinedDecryptionAndVerification should be required to always type it without autocompletion. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 104d2b1a..e119b9a3 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,12 @@ Noteworthy changes in version 1.8.1 (unreleased) cpp: Subkey::keyGrip NEW. cpp: Subkey::isDeVs NEW. cpp: Data::toKeys NEW. + cpp: Context::setDecryptFlags NEW. + cpp: Context::decrypt EXTENDED: Flags added. + cpp: Context::startDecrypt EXTENDED: Flags added. + cpp: Context::decryptAndVerify EXTENDED: Flags added. + cpp: Context::startCombinedDecryptionAndVerification EXTENDED: Flags. + cpp: Context::encryptFlags EXTENDED: New flags. qt: CryptoConfig::stringValueList() NEW. py: Context.__init__ EXTENDED: New keyword arg home_dir. py: Context.home_dir NEW.