aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2017-03-24 16:25:26 +0000
committerAndre Heinecke <[email protected]>2017-03-24 16:25:26 +0000
commitb6d544995047f9dce67316e4cdb12e9a6a9d04e4 (patch)
treeb9874136102e45a0b5f91b04ef82d69ac14771fe
parentcpp: Respect decrypt flags in new functions (diff)
downloadgpgme-b6d544995047f9dce67316e4cdb12e9a6a9d04e4.tar.gz
gpgme-b6d544995047f9dce67316e4cdb12e9a6a9d04e4.zip
Mention new cpp changes in the NEWS
-- Somone that calls a function startCombinedDecryptionAndVerification should be required to always type it without autocompletion.
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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.