aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2021-02-10 07:23:49 +0000
committerWerner Koch <[email protected]>2021-02-10 07:24:11 +0000
commite95b0c67cd6ca65d298ba4c98e2c2226649e52b3 (patch)
treef2df140986b97fd7a22e8261bd69187edfe747f7
parentSupport cross-compiling on more platforms. (diff)
downloadlibgpg-error-e95b0c67cd6ca65d298ba4c98e2c2226649e52b3.tar.gz
libgpg-error-e95b0c67cd6ca65d298ba4c98e2c2226649e52b3.zip
doc: Document another interface change in 1.37
-- The new inline function gpg_err_code_from_sqlite was missing in the NEWS file.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 976d939..99e59a5 100644
--- a/NEWS
+++ b/NEWS
@@ -165,6 +165,7 @@ Noteworthy changes in version 1.37 (2020-02-07) [C28/A28/R0]
GPG_ERR_SQL_WARNING NEW.
GPG_ERR_SQL_ROW NEW.
GPG_ERR_SQL_DONE NEW.
+ gpg_err_code_from_sqlite NEW.
Release-info: https://dev.gnupg.org/T4772