aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2023-06-16 10:30:51 +0000
committerAndre Heinecke <[email protected]>2023-06-16 10:35:36 +0000
commitcbcea4a09b1309a4bd822247a8dfcdcb73041f9c (patch)
treefeac6465e41d87b3b016484a246f70b4ff91a95a /NEWS
parentcore: Send a input-size-hint for gpgsm. (diff)
downloadgpgme-cbcea4a09b1309a4bd822247a8dfcdcb73041f9c.tar.gz
gpgme-cbcea4a09b1309a4bd822247a8dfcdcb73041f9c.zip
cpp: Expose gpgme_data_set_flag through cpp API
* lang/cpp/src/data.cpp (Data::setFlag): New. * lang/cpp/src/data.h: Update accordingly. * NEWS: Mention this. -- This exposes the generic flag mechanism for data to users of the C++ library. It is similar to Context::setFlag but has no getter.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 33b58f38..ec8024fd 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ Noteworthy changes in version 1.21.0 (unreleased)
* Error::isCanceled now also returns true for error code
GPG_ERR_FULLY_CANCELED. [T6510]
+* Interface changes relative to the 1.20.0 release:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ cpp: Data::setFlag NEW.
Noteworthy changes in version 1.20.0 (2023-04-20)
-------------------------------------------------