diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2016-08-17 07:09:01 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2016-08-17 07:09:01 +0300 |
commit | 96e3d1636a9f4a1b74fd6459436699f556f22c67 (patch) | |
tree | d2a41abd118f9ebbc2347167767afac460c35043 /etc | |
parent | 2e524034f778d404268adde25b6f7d2bd22c67e0 (diff) | |
download | emacs-96e3d1636a9f4a1b74fd6459436699f556f22c67.tar.gz |
* etc/NEWS: Mention the change in json-encode-string.
The change was made to fix bug#20154, and came up again in bug#24239.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |