aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1626202..08d40116 100644
--- a/NEWS
+++ b/NEWS
@@ -4,10 +4,14 @@ Noteworthy changes in version 1.14.1 (unreleased)
* New function gpgme_op_setexpire to make changing the expiration
easier (requires GnuPG 2.1.22). [#4999]
+ * cpp: Support for set expire operations in the C++ bindings. [#5003]
+
* Interface changes relative to the 1.14.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_op_setexpire_start NEW.
gpgme_op_setexpire NEW.
+ cpp: Context::setExpire NEW.
+ cpp: Context::startSetExpire NEW.
Noteworthy changes in version 1.14.0 (2020-07-16)