From 1319bb959c17b8e6c7b44b26c61e8f02850d9c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 22 Jan 2020 12:20:02 +0000 Subject: [PATCH] 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 --- doc/go1.14.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index 71781cee186cfe..9711364cfc8df2 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -452,6 +452,17 @@

Core library

+
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