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