]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Mention the change in json-encode-string.
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 17 Aug 2016 04:09:01 +0000 (07:09 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 17 Aug 2016 04:09:01 +0000 (07:09 +0300)
The change was made to fix bug#20154, and came up again in bug#24239.

etc/NEWS

index 4c14e20e157399b024ad229e30783811ac47bc64..d897009e26cb1419090ade2ea383921cab28dd8b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -329,6 +329,9 @@ GnuTLS encryption functions if possible.
 
 ** JSON
 
+*** 'json-encode-string' now only escapes the characters it has to.
+Which means that the encoded strings can contain non-ASCII characters.
+
 *** 'json-pretty-print' and 'json-pretty-print-buffer' now maintain
 the ordering of object keys by default.