Skip to content

Commit eecc628

Browse files
committed
doc/go1.15: update Go 1.15 release notes using relnote
The additions were generated using golang.org/x/build/cmd/relnote. Updates #37419 Change-Id: Iad7b564dd7e6cbcbd0d216c2530802e086ec49cd Reviewed-on: https://go-review.googlesource.com/c/go/+/235757 Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 0452f94 commit eecc628

File tree

1 file changed

+105
-1
lines changed

1 file changed

+105
-1
lines changed

doc/go1.15.html

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3 id="darwin">Darwin</h3>
3939
support for previous versions has been discontinued.
4040
</p>
4141

42-
<p> <!-- golang.org/issue/37610, golang.org/issue/37611 -->
42+
<p> <!-- golang.org/issue/37610, golang.org/issue/37611, CL 227582, and CL 227198 -->
4343
As <a href="/doc/go1.14#darwin">announced</a> in the Go 1.14 release
4444
notes, Go 1.15 drops support for 32-bit binaries on macOS, iOS,
4545
iPadOS, watchOS, and tvOS (the <code>darwin/386</code>
@@ -208,6 +208,10 @@ <h2 id="compiler">Compiler</h2>
208208
updated to satisfy the safety rules.
209209
</p>
210210

211+
<p><!-- CL 231497 -->
212+
TODO: <a href="https://golang.org/cl/231497">https://golang.org/cl/231497</a>: merge branch &#39;dev.link&#39; into master
213+
</p>
214+
211215
<h2 id="library">Core library</h2>
212216

213217
<h3 id="time/tzdata">New embedded tzdata package</h3>
@@ -240,6 +244,22 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
240244
TODO
241245
</p>
242246

247+
<dl id="debug/pe"><dt><a href="/pkg/debug/pe/">debug/pe</a></dt>
248+
<dd>
249+
<p><!-- CL 222637 -->
250+
TODO: <a href="https://golang.org/cl/222637">https://golang.org/cl/222637</a>: copy some consts from cmd/link/internal/ld
251+
</p>
252+
</dd>
253+
</dl><!-- debug/pe -->
254+
255+
<dl id="crypto/rsa"><dt><a href="/pkg/crypto/rsa/">crypto/rsa</a></dt>
256+
<dd>
257+
<p><!-- CL 226203 -->
258+
VerifyPKCS1v15 now rejects invalid short signatures with missing leading zeroes.
259+
</p>
260+
</dd>
261+
</dl><!-- crypto/rsa -->
262+
243263
<dl id="crypto/tls"><dt><a href="/crypto/tls/">crypto/tls</a></dt>
244264
<dd>
245265
<p><!-- CL 214977 -->
@@ -252,6 +272,22 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
252272
</dd>
253273
</dl>
254274

275+
<dl id="crypto/x509"><dt><a href="/pkg/crypto/x509/">crypto/x509</a></dt>
276+
<dd>
277+
<p><!-- CL 205237 -->
278+
TODO: <a href="https://golang.org/cl/205237">https://golang.org/cl/205237</a>: load roots from colon separated SSL_CERT_DIR in loadSystemRoots
279+
</p>
280+
</dd>
281+
</dl><!-- crypto/x509 -->
282+
283+
<dl id="encoding/xml"><dt><a href="/pkg/encoding/xml/">encoding/xml</a></dt>
284+
<dd>
285+
<p><!-- CL 203417 -->
286+
TODO: <a href="https://golang.org/cl/203417">https://golang.org/cl/203417</a>: fix reserved namespace check to be case-insensitive
287+
</p>
288+
</dd>
289+
</dl><!-- encoding/xml -->
290+
255291
<dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
256292
<dd>
257293
<p><!-- CL 221427 -->
@@ -267,6 +303,30 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
267303
</dd>
268304
</dl>
269305

306+
<dl id="fmt"><dt><a href="/pkg/fmt/">fmt</a></dt>
307+
<dd>
308+
<p><!-- CL 215001 -->
309+
TODO: <a href="https://golang.org/cl/215001">https://golang.org/cl/215001</a>: do not remove trailing zeros for %g and %G with #(sharp) flag
310+
</p>
311+
</dd>
312+
</dl><!-- fmt -->
313+
314+
<dl id="io/ioutil"><dt><a href="/pkg/io/ioutil/">io/ioutil</a></dt>
315+
<dd>
316+
<p><!-- CL 212597 -->
317+
TODO: <a href="https://golang.org/cl/212597">https://golang.org/cl/212597</a>: reject path separators in TempDir, TempFile pattern
318+
</p>
319+
</dd>
320+
</dl><!-- io/ioutil -->
321+
322+
<dl id="math/big"><dt><a href="/pkg/math/big/">math/big</a></dt>
323+
<dd>
324+
<p><!-- CL 230397 -->
325+
TODO: <a href="https://golang.org/cl/230397">https://golang.org/cl/230397</a>: add (*Int).FillBytes
326+
</p>
327+
</dd>
328+
</dl><!-- math/big -->
329+
270330
<dl id="net"><dt><a href="/pkg/net/">net</a></dt>
271331
<dd>
272332
<p><!-- CL 228645 -->
@@ -291,6 +351,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
291351
</dd>
292352
</dl>
293353

354+
<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
355+
<dd>
356+
<p><!-- CL 231418 -->
357+
TODO: <a href="https://golang.org/cl/231418">https://golang.org/cl/231418</a>: only support &#34;chunked&#34; in inbound Transfer-Encoding headers
358+
</p>
359+
</dd>
360+
</dl><!-- net/http -->
361+
294362
<dl id="net/http/httputil"><dt><a href="/pkg/net/http/httputil/">net/http/httputil</a></dt>
295363
<dd>
296364
<p><!-- CL 230937 -->
@@ -299,6 +367,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
299367
header when the incoming <code>Request.Header</code> map entry
300368
for that field is <code>nil</code>.
301369
</p>
370+
371+
<p><!-- CL 224897 -->
372+
TODO: <a href="https://golang.org/cl/224897">https://golang.org/cl/224897</a>: make Switching Protocol requests (e.g. Websockets) cancelable
373+
</p>
302374
</dd>
303375
</dl>
304376

@@ -361,6 +433,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
361433
</dd>
362434
</dl>
363435

436+
<dl id="regexp"><dt><a href="/pkg/regexp/">regexp</a></dt>
437+
<dd>
438+
<p><!-- CL 187919 -->
439+
TODO: <a href="https://golang.org/cl/187919">https://golang.org/cl/187919</a>: add (*Regexp).SubexpIndex
440+
</p>
441+
</dd>
442+
</dl><!-- regexp -->
443+
364444
<dl id="pkg-runtime"><dt><a href="/pkg/runtime/">runtime</a></dt>
365445
<dd>
366446
<p><!-- CL 221779 -->
@@ -381,6 +461,18 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
381461
the Go program will now reliably crash with a stack trace.
382462
In earlier releases the behavior was unpredictable.
383463
</p>
464+
465+
<p><!-- CL 211139 -->
466+
TODO: <a href="https://golang.org/cl/211139">https://golang.org/cl/211139</a>: do not exit(2) if a Go built DLL receives a signal
467+
</p>
468+
469+
<p><!-- CL 216401 -->
470+
TODO: <a href="https://golang.org/cl/216401">https://golang.org/cl/216401</a>: prevent allocation when converting small ints to interfaces
471+
</p>
472+
473+
<p><!-- CL 220578 -->
474+
TODO: <a href="https://golang.org/cl/220578">https://golang.org/cl/220578</a>: allow float syscall return values on windows amd64
475+
</p>
384476
</dd>
385477
</dl>
386478

@@ -394,6 +486,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
394486
</dd>
395487
</dl>
396488

489+
<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
490+
<dd>
491+
<p><!-- CL 216617 -->
492+
TODO: <a href="https://golang.org/cl/216617">https://golang.org/cl/216617</a>: add ParseComplex and FormatComplex
493+
</p>
494+
</dd>
495+
</dl><!-- strconv -->
496+
397497
<dl id="sync"><dt><a href="/pkg/sync/">sync</a></dt>
398498
<dd>
399499
<p><!-- CL 205899, golang.org/issue/33762 -->
@@ -463,5 +563,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
463563
<a href="/pkg/time/#Ticker.Reset"><code>Ticker.Reset</code></a>
464564
supports changing the duration of a ticker.
465565
</p>
566+
567+
<p><!-- CL 227878 -->
568+
TODO: <a href="https://golang.org/cl/227878">https://golang.org/cl/227878</a>: quote original value in errors returned by ParseDuration
569+
</p>
466570
</dd>
467571
</dl><!-- time -->

0 commit comments

Comments
 (0)