diff --git a/doc/go1.15.html b/doc/go1.15.html index e3cb3d3b9bb..977c2815ac5 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -31,6 +31,18 @@ TODO
+ 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
+ and darwin/arm
ports). Go continues to support the
+ 64-bit darwin/amd64
and darwin/arm64
ports.
+
Go 1.15 now generates Windows ASLR executables when -buildmode=pie
cmd/link flag is provided. Go command uses -buildmode=pie by default
@@ -214,6 +226,11 @@ TODO
which Timeout
returns true
although a
deadline has not been exceeded.
+ The new Resolver.LookupIP
+ method supports IP lookups that are both network-specific and accept a context.
+