diff --git a/doc/go1.16.html b/doc/go1.16.html index 92cadff713..2e26d659ba 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -33,7 +33,7 @@ Do not send CLs removing the interior tags from such phrases.
+
Go 1.16 adds support of 64-bit ARM architecture on macOS (also known as
Apple Silicon) with GOOS=darwin, GOARCH=arm64.
Like the darwin/amd64 port, the darwin/arm64
@@ -42,7 +42,7 @@ Do not send CLs removing the interior tags from such phrases.
detector.
+
The iOS port, which was previously darwin/arm64, is now
moved to ios/arm64. GOOS=ios implies the
darwin build tag, just as GOOS=android
@@ -80,6 +80,15 @@ Do not send CLs removing the interior tags from such phrases.
+ TODO + + + + + +
+@@ -215,8 +224,12 @@ Do not send CLs removing the interior tags from such phrases. results that were silently incorrect.
+TODO + +
+
This release includes additional improvements to the Go linker, reducing linker resource usage (both time and memory) and improving code robustness/maintainability. These changes form the second half @@ -428,6 +441,14 @@ Do not send CLs removing the interior tags from such phrases. +
+ TODO: https://golang.org/cl/246637: make config.Clone return nil if the source is nil +
+@@ -435,9 +456,25 @@ Do not send CLs removing the interior tags from such phrases. generation was never supported. See issue #40337.
+ ++ TODO: https://golang.org/cl/257257: return additional chains from Verify on Windows +
+ ++ TODO: https://golang.org/cl/262343: add Unwrap to SystemRootsError +
+ TODO: https://golang.org/cl/234818: allow semicolon in field key / struct tag +
+@@ -452,6 +489,54 @@ Do not send CLs removing the interior tags from such phrases.
+ TODO: https://golang.org/cl/240014: add Func +
++ TODO: https://golang.org/cl/261577: add a new ReadSeekCloser interface +
++ TODO: https://golang.org/cl/264460: expose std via new Default function +
++ TODO: https://golang.org/cl/264297: set local to true if network is any of "unix", or "unixgram" +
++ TODO: https://golang.org/cl/247477: return overflow errors in Reader.ReadForm +
++ TODO: https://golang.org/cl/238629: prefer /etc/hosts over DNS when no /etc/nsswitch.conf is present +
+
@@ -485,9 +570,89 @@ Do not send CLs removing the interior tags from such phrases.
with the Request context
when performing TLS handshakes in the client or server.
+ TODO: https://golang.org/cl/250039: set Content-Length:0 for empty PATCH requests as with POST, PATCH +
+ ++ TODO: https://golang.org/cl/249440: match http scheme when selecting http_proxy +
+ TODO: https://golang.org/cl/260637: flush ReverseProxy immediately if Content-Length is -1 +
++ TODO: https://golang.org/cl/247257: adds support for the SMTPUTF8 extension +
++ TODO: https://golang.org/cl/242998: export errFinished as ErrProcessDone +
++ TODO: https://golang.org/cl/219640: add NotifyContext to cancel context using system signals +
++ TODO: https://golang.org/cl/264397: validate patterns in Match, Glob +
++ TODO: https://golang.org/cl/264397: validate patterns in Match, Glob +
++ TODO: https://golang.org/cl/248341: support multiple keys in struct tags +
++ TODO: https://golang.org/cl/37222: make stack traces of endless recursion print only top and bottom 50 +
+ ++ TODO: https://golang.org/cl/242258: add 24 byte allocation size class +
+ ++ TODO: https://golang.org/cl/254659: implement GODEBUG=inittrace=1 support +
+@@ -505,6 +670,10 @@ Do not send CLs removing the interior tags from such phrases.
DLLError on Windows now has an Unwrap function for unwrapping its underlying error.
+ TODO: https://golang.org/cl/210639: support POSIX semantics for Linux syscalls +
+ TODO: https://golang.org/cl/254257: allow newlines inside action delimiters +
++ TODO: https://golang.org/cl/261877: use slim tz data format +
+