]> Cypherpunks.ru repositories - gostls13.git/commit
doc: add release notes for changes to encoding/json package
authorJoe Tsai <joetsai@digital-static.net>
Wed, 6 Dec 2023 22:03:17 +0000 (14:03 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 6 Dec 2023 23:34:22 +0000 (23:34 +0000)
commit2b4425759cd90edfb8f4ff4e8be397062ba99d91
treefdb8a6e6622362d7fb26ed7cd61d2d2b434f6f18
parent0ff2b33ea0cdd6358010bd484ba3159f740a45df
doc: add release notes for changes to encoding/json package

The escaping of certain control characters has been changed.
The change is compliant with the JSON specification.
The JSON package never promised exactly how JSON formatted
and has historically changed its representation over time.

Change-Id: I8b23f503cfff86c460f642693b50dee24038fb0d
Reviewed-on: https://go-review.googlesource.com/c/go/+/548075
Run-TryBot: Joseph Tsai <joetsai@digital-static.net>
Auto-Submit: Joseph Tsai <joetsai@digital-static.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
doc/go1.22.html