From 717f0a8b8b0c65e09f0c39211df5807917cc4106 Mon Sep 17 00:00:00 2001 From: anonymous Date: Wed, 3 Feb 2016 14:32:32 +0100 Subject: [PATCH] remove entries for 2.070 from changelog 2.070 has been released, and its changelog in the dlang.org repository has these entries. --- changelog.dd | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/changelog.dd b/changelog.dd index acfd2d3d33c..e318b77a1ea 100644 --- a/changelog.dd +++ b/changelog.dd @@ -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: