Skip to content

Commit

Permalink
remove entries for 2.070 from changelog
Browse files Browse the repository at this point in the history
2.070 has been released, and its changelog in the dlang.org repository has
these entries.
  • Loading branch information
aG0aep6G committed Feb 3, 2016
1 parent 7652976 commit 717f0a8
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions changelog.dd
Expand Up @@ -6,28 +6,13 @@ $(COMMENT Pending changelog for 2.071. This will get copied to dlang.org and

$(BUGSTITLE Library Changes,

$(LI $(RELATIVE_LINK2 json-encode-control-characters, `std.json` encodes string control characters.))
$(LI The package $(STDMODREF experimental_ndslice, std.experimental.ndslice) was added.
It is also available as part of the $(LINK2 https://github.com/DlangScience/mir, Mir library).)
$(LI Default LogLevel of FileLogger was changed to LogLevel.all.)
$(LI Access to the internal `ptr` and `len` fields of $(XREF bitmanip, BitArray) was deprecated.)
$(LI $(XREF experimental.allocator.gc_allocator, GCAllocator.goodAllocSize)
was added.)

)

$(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:
Expand Down

0 comments on commit 717f0a8

Please sign in to comment.