emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 96e3d16: * etc/NEWS: Mention the change in json-e


From: Dmitry Gutov
Subject: [Emacs-diffs] emacs-25 96e3d16: * etc/NEWS: Mention the change in json-encode-string.
Date: Wed, 17 Aug 2016 04:09:16 +0000 (UTC)

branch: emacs-25
commit 96e3d1636a9f4a1b74fd6459436699f556f22c67
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    * etc/NEWS: Mention the change in json-encode-string.
    
    The change was made to fix bug#20154, and came up again in bug#24239.
---
 etc/NEWS |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 4c14e20..d897009 100644
--- 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]