diff --git a/doc/go1.15.html b/doc/go1.15.html index ba68c65463647..aedf5281b489d 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -39,7 +39,7 @@
+
As announced in the Go 1.14 release
notes, Go 1.15 drops support for 32-bit binaries on macOS, iOS,
iPadOS, watchOS, and tvOS (the darwin/386
@@ -208,6 +208,10 @@
+ TODO: https://golang.org/cl/231497: merge branch 'dev.link' into master +
++ TODO: https://golang.org/cl/222637: copy some consts from cmd/link/internal/ld +
++ VerifyPKCS1v15 now rejects invalid short signatures with missing leading zeroes. +
+@@ -252,6 +272,22 @@
+ TODO: https://golang.org/cl/205237: load roots from colon separated SSL_CERT_DIR in loadSystemRoots +
++ TODO: https://golang.org/cl/203417: fix reserved namespace check to be case-insensitive +
+@@ -267,6 +303,30 @@
+ TODO: https://golang.org/cl/215001: do not remove trailing zeros for %g and %G with #(sharp) flag +
++ TODO: https://golang.org/cl/212597: reject path separators in TempDir, TempFile pattern +
++ TODO: https://golang.org/cl/230397: add (*Int).FillBytes +
+@@ -291,6 +351,14 @@
+ TODO: https://golang.org/cl/231418: only support "chunked" in inbound Transfer-Encoding headers +
+@@ -299,6 +367,10 @@
Request.Header
map entry
for that field is nil
.
+
+ + TODO: https://golang.org/cl/224897: make Switching Protocol requests (e.g. Websockets) cancelable +
+ TODO: https://golang.org/cl/187919: add (*Regexp).SubexpIndex +
+@@ -381,6 +461,18 @@
+ TODO: https://golang.org/cl/211139: do not exit(2) if a Go built DLL receives a signal +
+ ++ TODO: https://golang.org/cl/216401: prevent allocation when converting small ints to interfaces +
+ ++ TODO: https://golang.org/cl/220578: allow float syscall return values on windows amd64 +
+ TODO: https://golang.org/cl/216617: add ParseComplex and FormatComplex +
+@@ -463,5 +563,9 @@
Ticker.Reset
supports changing the duration of a ticker.
+
+ + TODO: https://golang.org/cl/227878: quote original value in errors returned by ParseDuration +