aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2017-03-22 15:38:35 +0000
committerAndre Heinecke <[email protected]>2017-03-22 15:43:33 +0000
commit8ddb42ada46f00d8393f6c2df7d6b79a4a5878f0 (patch)
tree0c440c121b54f53330e42da51dc561e85227b851 /NEWS
parentqt: Initialize library first in tests (diff)
downloadgpgme-8ddb42ada46f00d8393f6c2df7d6b79a4a5878f0.tar.gz
gpgme-8ddb42ada46f00d8393f6c2df7d6b79a4a5878f0.zip
cpp: Wrap keylist_from_data
* lang/cpp/data.h, lang/cpp/data.cpp (GpgME::Data::toKeys): New. -- Doing this in data instead of Context is a bit more idiomatic. But this could also be added to Context.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 367b718f..d03fe80b 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ Noteworthy changes in version 1.8.1 (unreleased)
cpp: GpgGenCardKeyInteractor NEW.
cpp: Subkey::keyGrip NEW.
cpp: Subkey::isDeVs NEW.
+ cpp: Data::toKeys NEW.
qt: CryptoConfig::stringValueList() NEW.
py: Context.__init__ EXTENDED: New keyword arg home_dir.
py: Context.home_dir NEW.