]> Cypherpunks repositories - gostls13.git/commit
doc/go1.15: document two noteworthy json changes
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 6 Jun 2020 12:39:11 +0000 (13:39 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 8 Jun 2020 12:11:01 +0000 (12:11 +0000)
commit5c6b2b14db8264a8cdc3634e68c7ae65307df0ae
tree94df0586f145debea7fc561461bd220c36c9f6b0
parent608cdcaede1e7133dc994b5e8894272c2dce744b
doc/go1.15: document two noteworthy json changes

I had a look at the changes between 1.14 and master, and these are the
only two that seem relevant enough for the changelog.

There was also CL 179337 to reuse values when decoding map elements, but
it got reverted in CL 234559 and is not being included in 1.15.

Updates #37419.

Change-Id: Ib125415a953471ce29553a413d85aaf4b18a7a12
Reviewed-on: https://go-review.googlesource.com/c/go/+/236523
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.15.html