cpp,doc: Update NEWS

--
This commit is contained in:
Ingo Klöcker 2024-10-22 10:34:47 +02:00
parent 2a05959069
commit f42e2b0fbd
No known key found for this signature in database
GPG Key ID: F5A5D1692277A1E9

4
NEWS
View File

@ -68,8 +68,12 @@ Noteworthy changes in version 1.24.0 (unrelease)
cpp: Key::revocationKey NEW.
cpp: Key::numRevocationKeys NEW.
cpp: Key::revocationKeys NEW.
cpp: Key::isBetaCompliance NEW.
cpp: Subkey::isBetaCompliance NEW.
cpp: Error::asStdString NEW.
cpp: Error::asString DEPRECATED.
cpp: DecryptionResult::isBetaCompliance NEW.
cpp: Signature::isBetaCompliance NEW.
qt: DecryptVerifyArchiveJob::setProcessAllSignatures NEW.
qt: DecryptVerifyArchiveJob::processAllSignatures NEW.
qt: DecryptVerifyJob::setInputFile NEW.