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