From: Eli Zaretskii Date: Tue, 20 Jul 2021 16:00:53 +0000 (+0300) Subject: ; * etc/NEWS: Announce the change in json.c behavior on MS-Windows. X-Git-Tag: emacs-28.0.90~1783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97fd31fec7a760cf6f01aa0d1822b205018e07d3;p=emacs.git ; * etc/NEWS: Announce the change in json.c behavior on MS-Windows. --- diff --git a/etc/NEWS b/etc/NEWS index 8fa43b83b54..49396c321dc 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3538,6 +3538,14 @@ To turn this on, set the variable 'w32-use-native-image-API' to a non-nil value. Please report any bugs you find while using the native image API via 'M-x report-emacs-bug'. +--- +** Native JSON functions now signal an error if libjansson is unavailable. +This affects 'json-serialize', 'json-insert', 'json-parse-srtring', +and 'json-parse-buffer'. This can happen if Emacs was compiled with +libjansson, but the DLL cannot be found and/or loaded by Emacs at run +time. Previously, Emacs would display a message and return nil in +these cases. + --- ** The user option 'make-pointer-invisible' is now honored on macOS.