]> Cypherpunks repositories - gostls13.git/commit
doc/go1.14: document the change to json.Number decoding
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 20 Feb 2020 20:44:18 +0000 (20:44 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 21 Feb 2020 18:26:29 +0000 (18:26 +0000)
commitae7cd5c029927e41b50170e5059b6b896c3d779a
tree1d484bdf07cbcab20f4f2dea2f795653aa5b471c
parent30e3bf2051e1659ba7ea1d14849f79deb82a5606
doc/go1.14: document the change to json.Number decoding

It might break a program if it was depending on undocumented behavior.
Give a proper heads up.

Fixes #37308.

Change-Id: Id65bc70def1138d5506b694329c52250b417ec6f
Reviewed-on: https://go-review.googlesource.com/c/go/+/220418
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.14.html