mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Update the changelog
This commit is contained in:
parent
71f5e1a281
commit
80e458fd70
1 changed files with 15 additions and 0 deletions
15
changelog.dd
15
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue