Mention new cpp changes in the NEWS

--
Somone that calls a function startCombinedDecryptionAndVerification
should be required to always type it without autocompletion.
This commit is contained in:
Andre Heinecke 2017-03-24 17:25:26 +01:00
parent 18b7906078
commit b6d5449950
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

6
NEWS
View File

@ -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.