Skip to content

Commit 5c7748d

Browse files
mvdanandybons
authored andcommitted
doc/go1.15: encoding/json's CL 191783 was reverted
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 <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 5ff5b3c commit 5c7748d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/go1.15.html

-5
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
657657

658658
<dl id="encoding/json"><dt><a href="/pkg/encoding/json/">encoding/json</a></dt>
659659
<dd>
660-
<p><!-- CL 191783 -->
661-
Decoding a JSON array into a slice no longer reuses any existing slice elements,
662-
following the rules that the package documentation already stated.
663-
</p>
664-
665660
<p><!-- CL 199837 -->
666661
The package now has an internal limit to the maximum depth of
667662
nesting when decoding. This reduces the possibility that a

0 commit comments

Comments
 (0)