From eadf8b20bc13d663ca7c57ab6e01eee31febdaa5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 30 Jan 2020 16:42:21 -0800 Subject: [PATCH] doc/go1.14: mention new method encoding/json.Decoder.InputOffset Updates #29688 Updates #36878 Change-Id: I230889ec3f1c183dc5adbc662a39a791c0488497 Reviewed-on: https://go-review.googlesource.com/c/go/+/217123 Reviewed-by: Alexander Rakoczy --- doc/go1.14.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index 75e04a6821..a4767d786f 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -522,6 +522,14 @@ TODO
encoding/json
+

+ The Decoder + type supports a new + method InputOffset + that returns the input stream byte offset of the current + decoder position. +

+

Compact no longer escapes the U+2028 and U+2029 characters, which -- 2.50.0