]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: encoding/json's CL 191783 was reverted
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 10 Aug 2020 17:04:56 +0000 (19:04 +0200)
committerAndrew Bonventre <andybons@golang.org>
Mon, 10 Aug 2020 23:44:58 +0000 (23:44 +0000)
See golang.org/cl/240657, which reverted the original change to fix the
regression reported in golang.org/issue/39427.

Updates #37419.

Change-Id: I39fbaa0b028ee00856cffea38879a631f540f057
Reviewed-on: https://go-review.googlesource.com/c/go/+/247718
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

doc/go1.15.html

index fdc29238f8c328e2ad4114f661c29da4f876f0e0..8872d7113884ca56d0f7ff6aa2008c3612d6d257 100644 (file)
@@ -657,11 +657,6 @@ Do not send CLs removing the interior tags from such phrases.
 
 <dl id="encoding/json"><dt><a href="/pkg/encoding/json/">encoding/json</a></dt>
   <dd>
-    <p><!-- CL 191783 -->
-      Decoding a JSON array into a slice no longer reuses any existing slice elements,
-      following the rules that the package documentation already stated.
-    </p>
-
     <p><!-- CL 199837 -->
       The package now has an internal limit to the maximum depth of
       nesting when decoding. This reduces the possibility that a