; * etc/NEWS: Announce the change in json.c behavior on MS-Windows.

This commit is contained in:
Eli Zaretskii 2021-07-20 19:00:53 +03:00
parent b575e44cbf
commit 97fd31fec7

View file

@ -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.