From cbcea4a09b1309a4bd822247a8dfcdcb73041f9c Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 16 Jun 2023 12:30:51 +0200 Subject: 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. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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) ------------------------------------------------- -- cgit v1.2.3