From: Daniel Martí Date: Wed, 22 Jan 2020 12:20:02 +0000 (+0000) Subject: doc: add the change to json.Compact in the 1.14 changelog X-Git-Tag: go1.14rc1~44 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1319bb959c17b8e6c7b44b26c61e8f02850d9c46;p=gostls13.git doc: add the change to json.Compact in the 1.14 changelog Fixes #36690. Change-Id: Id4234ab9467270d51f0411375b71ece7f41269b2 Reviewed-on: https://go-review.googlesource.com/c/go/+/215817 Reviewed-by: Ian Lance Taylor Reviewed-by: Jay Conrod --- diff --git a/doc/go1.14.html b/doc/go1.14.html index 71781cee18..9711364cfc 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -452,6 +452,17 @@ TODO +
encoding/json
+
+

+ Compact no longer + escapes the U+2028 and U+2029 characters, which + was never a documented feature. For proper escaping, see HTMLEscape. +

+ +
+
mime