projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e52403
)
* etc/NEWS: Mention the change in json-encode-string.
author
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 17 Aug 2016 04:09:01 +0000
(07:09 +0300)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/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.