From: Daniel Martí Date: Mon, 10 Aug 2020 17:04:56 +0000 (+0200) Subject: doc/go1.15: encoding/json's CL 191783 was reverted X-Git-Tag: go1.16beta1~1386 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5c7748dc9de9c9e0a6844bf72faaf5b484004ba9;p=gostls13.git 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 Reviewed-by: Dmitri Shuralyov Run-TryBot: Andrew Bonventre TryBot-Result: Gobot Gobot --- diff --git a/doc/go1.15.html b/doc/go1.15.html index fdc29238f8..8872d71138 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -657,11 +657,6 @@ Do not send CLs removing the interior tags from such phrases.
encoding/json
-

- Decoding a JSON array into a slice no longer reuses any existing slice elements, - following the rules that the package documentation already stated. -

-

The package now has an internal limit to the maximum depth of nesting when decoding. This reduces the possibility that a