File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,18 @@ <h2 id="language">Changes to the language</h2>
31
31
32
32
< h2 id ="ports "> Ports</ h2 >
33
33
34
+ < h3 id ="darwin "> Darwin</ h3 >
35
+
36
+ < p > <!-- golang.org/issue/37610, golang.org/issue/37611 -->
37
+ As < a href ="/doc/go1.14#darwin "> announced</ a > in the Go 1.14 release
38
+ notes, Go 1.15 drops support for 32-bit binaries on macOS, iOS,
39
+ iPadOS, watchOS, and tvOS (the < code > darwin/386</ code >
40
+ and < code > darwin/arm</ code > ports). Go continues to support the
41
+ 64-bit < code > darwin/amd64</ code > and < code > darwin/arm64</ code > ports.
42
+ </ p >
43
+
44
+ < h3 id ="windows "> Windows</ h3 >
45
+
34
46
< p > <!-- CL 214397 and CL 230217 -->
35
47
Go 1.15 now generates Windows ASLR executables when -buildmode=pie
36
48
cmd/link flag is provided. Go command uses -buildmode=pie by default
@@ -214,6 +226,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
214
226
which < code > Timeout</ code > returns < code > true</ code > although a
215
227
deadline has not been exceeded.
216
228
</ p >
229
+
230
+ < p > <!-- CL 228641 -->
231
+ The new < a href ="/pkg/net/#Resolver.LookupIP "> < code > Resolver.LookupIP</ code > </ a >
232
+ method supports IP lookups that are both network-specific and accept a context.
233
+ </ p >
217
234
</ dd >
218
235
</ dl >
219
236
You can’t perform that action at this time.
0 commit comments