From 80e458fd7067a4f0f724a74e4de403a23d80efd5 Mon Sep 17 00:00:00 2001 From: Dragos Carp Date: Sat, 19 Dec 2015 11:08:51 +0100 Subject: [PATCH] Update the changelog --- changelog.dd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/changelog.dd b/changelog.dd index 5fa0f6f4f..690ddd9ff 100644 --- a/changelog.dd +++ b/changelog.dd @@ -5,9 +5,24 @@ $(COMMENT Pending changelog for 2.069. This will get copied to dlang.org and ) $(BUGSTITLE Library Changes, + +$(LI $(RELATIVE_LINK2 json-encode-control-characters, `std.json` encodes string control characters.)) + ) $(BUGSTITLE Library Changes, + +$(LI $(LNAME2 json-encode-control-characters, `std.json` encodes string control characters.) + + $(P Instead of throwing a $(XREF json, JSONException), $(XREF json, toJSON) + encodes now the control characters of a string. + ) + + ------ + assert(toJSON(JSONValue("foo\u007fbar") == `"foo\u007Fbar"`); + ------ +) + ) Macros: