doc/go1.15: add 32-bit darwin removal and Resolver.LookupIP

Change-Id: I3a67908de9c85bcd39fb03c1b674caa9f817606b
Reviewed-on: https://go-review.googlesource.com/c/go/+/231117
Reviewed-by: Andrew Bonventre <andybons@golang.org>
diff --git a/doc/go1.15.html b/doc/go1.15.html
index e3cb3d3..977c281 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -31,6 +31,18 @@
 
 <h2 id="ports">Ports</h2>
 
+<h3 id="darwin">Darwin</h3>
+
+<p> <!-- golang.org/issue/37610, golang.org/issue/37611 -->
+  As <a href="/doc/go1.14#darwin">announced</a> in the Go 1.14 release
+  notes, Go 1.15 drops support for 32-bit binaries on macOS, iOS,
+  iPadOS, watchOS, and tvOS (the <code>darwin/386</code>
+  and <code>darwin/arm</code> ports). Go continues to support the
+  64-bit <code>darwin/amd64</code> and <code>darwin/arm64</code> ports.
+</p>
+
+<h3 id="windows">Windows</h3>
+
 <p> <!-- CL 214397 and CL 230217 -->
   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 @@
       which <code>Timeout</code> returns <code>true</code> although a
       deadline has not been exceeded.
     </p>
+
+    <p><!-- CL 228641 -->
+      The new <a href="/pkg/net/#Resolver.LookupIP"><code>Resolver.LookupIP</code></a>
+      method supports IP lookups that are both network-specific and accept a context.
+    </p>
   </dd>
 </dl>